Skip to content
Snippets Groups Projects
Commit be7e389b authored by syuilo's avatar syuilo
Browse files

Revert "fix bug"

This reverts commit 5b250c15.
parent 99234632
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment