fix merge

This commit is contained in:
2020-04-18 23:27:31 +02:00
4 changed files with 6 additions and 4 deletions

View File

@@ -3,9 +3,10 @@
position: relative;
z-index: 2;
width: 100vw;
height: 1040px;
height: 100vh;
overflow: hidden;
cursor: grab;
// pointer-events: none;
user-select: none;
////DEBUG////
@@ -21,7 +22,6 @@
margin-top:-1px;
}
////END DEBUG////
@include breakpoint (sm) {
height: 140vw;
@@ -30,6 +30,7 @@
height: 2000px;
}
// Cut
&__cut {
opacity: 0.5;