mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Revert "fix bug"
This reverts commit 5b250c15f8af1e0afc9dc60f23269582e9c17ef4.
This commit is contained in:
parent
81dbd2779b
commit
6798a5a900
1 changed files with 3 additions and 3 deletions
|
@ -226,12 +226,12 @@ export default defineComponent({
|
||||||
|
|
||||||
.mk-modal {
|
.mk-modal {
|
||||||
> .bg {
|
> .bg {
|
||||||
z-index: 20000;
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .content:not(.popup) {
|
> .content:not(.popup) {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 20000;
|
z-index: 10000;
|
||||||
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: 20000;
|
z-index: 10000;
|
||||||
|
|
||||||
&.fixed {
|
&.fixed {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in a new issue