fix with svg and scrolling

This commit is contained in:
carodej
2020-06-05 17:26:41 +02:00
parent 6392ce1727
commit 321bac6c9f
7 changed files with 11 additions and 6 deletions

View File

@@ -226,8 +226,6 @@
.file-content {
display: flex;
flex-wrap: nowrap;
height: 100%;
&.is-dragging {
@include transform(scale(0.99));
@@ -289,6 +287,7 @@
right: 15px;
bottom: 0;
@include transition;
overflow-y: auto;
&.is-offset {
margin-top: 50px;

View File

@@ -50,6 +50,7 @@
overflow-x: hidden;
padding-left: 15px;
padding-right: 15px;
overflow-y: hidden;
}
@media only screen and (max-width: 690px) {

View File

@@ -5,6 +5,7 @@
#viewport {
display: flex;
width: 100%;
height: 100%;
@include transition(200ms);
}