update: タブレット用に一部修正

This commit is contained in:
yuki540 2018-04-14 21:22:13 +09:00
parent 093cba3c5d
commit 2397622dac
2 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,8 @@
@include pc-layout {
@include tablet-layout {
.gab-animation {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
min-width: $min-width; min-height: $min-height;
background-color: $theme-light-pink;
overflow: hidden;
z-index: 999;

View File

@ -5,6 +5,7 @@
width: 100%; height: 100%;
background-color: $theme-pink;
overflow: hidden;
z-index: 1000;
}
/**