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