This commit is contained in:
syuilo 2021-05-08 12:07:30 +09:00
parent b60f9fbc00
commit 5b250c15f8

View file

@ -226,12 +226,12 @@ export default defineComponent({
.mk-modal { .mk-modal {
> .bg { > .bg {
z-index: 10000; z-index: 20000;
} }
> .content:not(.popup) { > .content:not(.popup) {
position: fixed; position: fixed;
z-index: 10000; z-index: 20000;
top: 0; top: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -263,7 +263,7 @@ export default defineComponent({
> .content.popup { > .content.popup {
position: absolute; position: absolute;
z-index: 10000; z-index: 20000;
&.fixed { &.fixed {
position: fixed; position: fixed;