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