Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2018-06-30 11:42:58 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2018-06-30 11:42:58 +0300
commit3ae7a5a2d1dda96924394a51f122dda288ed39db (patch)
tree59f2190f263f17964a38286c8326931b8c19358f /source
parentce1b341f147ac51abc6c1a1ebd76b8a5ea570db0 (diff)
hotfix_overlay-zindex
Diffstat (limited to 'source')
-rw-r--r--source/sass/object/component/_overlay.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/sass/object/component/_overlay.scss b/source/sass/object/component/_overlay.scss
index a0d4fce..7328d50 100644
--- a/source/sass/object/component/_overlay.scss
+++ b/source/sass/object/component/_overlay.scss
@@ -7,6 +7,7 @@
left: -100%;
right: 0;
bottom: 0;
+ z-index: 100;
transform: translate3d(0, 60px, 0);
transition: transform 0.2s $ease-out-quart 0s, opacity 0.2s $ease-out-quart 0s;
opacity: 0;