fix: min-width, min-heightのつけ忘れ

This commit is contained in:
yuki540 2018-04-19 00:20:40 +09:00
parent 23198ef53d
commit e51de3d7e6

View File

@ -3,6 +3,7 @@
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
min-width: $min-width; min-height: $min-height;
overflow: hidden;
z-index: 997;
}