quicksave

This commit is contained in:
Schmelczer András 2019-12-30 00:43:29 +01:00
parent 3febd3fca8
commit 5587b14e20
4 changed files with 10 additions and 26 deletions

View file

@ -6,9 +6,10 @@
left: 0;
top: 0;
z-index: -1;
transform-style: preserve-3d;
overflow: hidden;
will-change: width, height;
transition: height $long-transition-time, width $long-transition-time;
div {

View file

@ -16,9 +16,9 @@
font-size: 0;
box-shadow: inset $shadow1, inset $shadow2;
pointer-events: none;
cursor: pointer;
img {
pointer-events: all;
cursor: pointer;
position: relative;
z-index: -2;
}