diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-14 10:49:54 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-14 10:49:54 +0900 |
| commit | be7e389bb5d9b1028013c8e466e31fd2010228cf (patch) | |
| tree | 3af66c0ffbfac555b0e8ddde7146c48780d7eef0 /src/client/components/ui | |
| parent | 12.81.0 (diff) | |
| download | sharkey-be7e389bb5d9b1028013c8e466e31fd2010228cf.tar.gz sharkey-be7e389bb5d9b1028013c8e466e31fd2010228cf.tar.bz2 sharkey-be7e389bb5d9b1028013c8e466e31fd2010228cf.zip | |
Revert "fix bug"
This reverts commit 5b250c15f8af1e0afc9dc60f23269582e9c17ef4.
Diffstat (limited to 'src/client/components/ui')
| -rw-r--r-- | src/client/components/ui/modal.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/components/ui/modal.vue b/src/client/components/ui/modal.vue index 2a4eec4034..3b11213426 100644 --- a/src/client/components/ui/modal.vue +++ b/src/client/components/ui/modal.vue @@ -226,12 +226,12 @@ export default defineComponent({ .mk-modal { > .bg { - z-index: 20000; + z-index: 10000; } > .content:not(.popup) { position: fixed; - z-index: 20000; + z-index: 10000; top: 0; bottom: 0; left: 0; @@ -263,7 +263,7 @@ export default defineComponent({ > .content.popup { position: absolute; - z-index: 20000; + z-index: 10000; &.fixed { position: fixed; |