fix scrollbar style

Signed-off-by: liuboaibc <kukudehero@gmail.com>
This commit is contained in:
liuboaibc 2020-09-25 09:48:13 +08:00
parent 33f7ae6d01
commit 3684f5d52d

View File

@ -174,7 +174,7 @@ body {
.inner-tree {
max-height: 100%;
position: relative;
overflow: scroll;
overflow-y: auto;
background-color: #ffffff;
}
@ -601,7 +601,7 @@ body {
.inner-div {
max-height: 100%;
position: relative;
overflow-y: scroll;
overflow-y: auto;
padding-left: 10px;
border-left: 1px solid #dde1e6;
}