fix: min-width, min-heightのつけ忘れ
This commit is contained in:
parent
23198ef53d
commit
e51de3d7e6
@ -3,6 +3,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0; left: 0;
|
top: 0; left: 0;
|
||||||
width: 100%; height: 100%;
|
width: 100%; height: 100%;
|
||||||
|
min-width: $min-width; min-height: $min-height;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 997;
|
z-index: 997;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user