mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix scrollbar style
Signed-off-by: liuboaibc <kukudehero@gmail.com>
This commit is contained in:
parent
33f7ae6d01
commit
3684f5d52d
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue