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