logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: c7c68340f1c8838cead855de3f624e0796fbc6c7
parent ce8101e60a1dc1a768f793a34fb6e9cca70b4858
Author: tusooa <tusooa@kazv.moe>
Date:   Sun, 15 Jan 2023 12:11:39 -0500

Fix mobile nav stylelint

Diffstat:

Msrc/components/mobile_nav/mobile_nav.vue2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue @@ -247,10 +247,12 @@ } } } + .confirm-modal.dark-overlay { &::before { z-index: 3000; } + .dialog-modal.panel { z-index: 3001; }