quicksave

This commit is contained in:
Schmelczer András 2019-12-30 10:59:05 +01:00
parent 5587b14e20
commit 2ee4e36888
6 changed files with 27 additions and 16 deletions

View file

@ -29,16 +29,17 @@ body {
height: 100%;
& > main {
noscript {
@include square(100%);
@include center-children();
}
height: 100%;
overflow-y: auto;
overflow-x: hidden;
perspective-origin: center center;
perspective: 5px;
will-change: scroll-position, transform;
noscript {
@include square(100%);
@include center-children();
}
@media (min-width: $breakpoint-width) {
&::-webkit-scrollbar-track,