fix scroll issue on safar/ff
This commit is contained in:
@@ -99,7 +99,6 @@ p {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: $bg-color;
|
background-color: $bg-color;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
overflow: auto;
|
|
||||||
min-width: 900px;
|
min-width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -144,6 +143,7 @@ $section-header-height: 70px;
|
|||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-height: calc(100vh - #{$header-height});
|
||||||
float: left;
|
float: left;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
@@ -153,6 +153,7 @@ $section-header-height: 70px;
|
|||||||
|
|
||||||
> .content {
|
> .content {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-height: 100%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
position: relative;
|
position: relative;
|
||||||
box-shadow: 0px 0px 2px rgba(gray, 0.3);
|
box-shadow: 0px 0px 2px rgba(gray, 0.3);
|
||||||
|
|||||||
Reference in New Issue
Block a user