overflow scroll auto
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user