update: タブレット用に一部修正
This commit is contained in:
parent
093cba3c5d
commit
2397622dac
@ -1,9 +1,8 @@
|
|||||||
@include pc-layout {
|
@include tablet-layout {
|
||||||
.gab-animation {
|
.gab-animation {
|
||||||
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;
|
|
||||||
background-color: $theme-light-pink;
|
background-color: $theme-light-pink;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
width: 100%; height: 100%;
|
width: 100%; height: 100%;
|
||||||
background-color: $theme-pink;
|
background-color: $theme-pink;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user