Revert "fix bug"

This reverts commit 5b250c15f8.
This commit is contained in:
syuilo 2021-05-14 10:49:54 +09:00
parent 99234632b2
commit be7e389bb5

View file

@ -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;