quicksave
This commit is contained in:
parent
5587b14e20
commit
2ee4e36888
6 changed files with 27 additions and 16 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue