diff options
| author | tusooa <tusooa@kazv.moe> | 2023-01-15 12:11:39 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-22 09:25:55 -0500 |
| commit | c7c68340f1c8838cead855de3f624e0796fbc6c7 (patch) | |
| tree | f4ec1b86d7071a90bcfd001807eec8955a8e50a1 /src | |
| parent | ce8101e60a1dc1a768f793a34fb6e9cca70b4858 (diff) | |
Fix mobile nav stylelint
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue index 6d826622..c2746abe 100644 --- 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; } |
