mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 04:57:30 -07:00
fix bug
This commit is contained in:
parent
0674cb5546
commit
f50d25431f
1 changed files with 3 additions and 3 deletions
|
@ -226,12 +226,12 @@ export default defineComponent({
|
|||
|
||||
.mk-modal {
|
||||
> .bg {
|
||||
z-index: 10000;
|
||||
z-index: 20000;
|
||||
}
|
||||
|
||||
> .content:not(.popup) {
|
||||
position: fixed;
|
||||
z-index: 10000;
|
||||
z-index: 20000;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
@ -263,7 +263,7 @@ export default defineComponent({
|
|||
|
||||
> .content.popup {
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
z-index: 20000;
|
||||
|
||||
&.fixed {
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in a new issue