overflow scroll auto

This commit is contained in:
Mo Bitar
2017-01-02 13:42:11 -06:00
parent 18eae51067
commit 0fdf85e101

View File

@@ -120,6 +120,7 @@ $section-header-height: 70px;
width: 100%; width: 100%;
display: table-row; display: table-row;
vertical-align: top; vertical-align: top;
overflow: hidden;
.light-button { .light-button {
background-color: $bg-color; background-color: $bg-color;
@@ -142,7 +143,7 @@ $section-header-height: 70px;
display: block; display: block;
height: 100%; height: 100%;
float: left; float: left;
overflow-y: scroll; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
min-width: 0; min-width: 0;
@@ -181,7 +182,7 @@ $section-header-height: 70px;
text-align: center; text-align: center;
position: absolute; position: absolute;
right: 12px; right: 12px;
&:hover { &:hover {
background-color: rgba(#e9e9e9, 0.8); background-color: rgba(#e9e9e9, 0.8);
} }