#612 scroll bar style changes
This commit is contained in:
@@ -317,6 +317,11 @@ hr {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tools_bottom ::-webkit-scrollbar {
|
||||||
|
width: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tools_bottom se-list {
|
#tools_bottom se-list {
|
||||||
@@ -330,6 +335,11 @@ hr {
|
|||||||
grid-area: left;
|
grid-area: left;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
|
/* width */
|
||||||
|
#tools_left ::-webkit-scrollbar {
|
||||||
|
width: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*—————————————————————————————*/
|
/*—————————————————————————————*/
|
||||||
@@ -585,7 +595,4 @@ ul li.current {
|
|||||||
width: 24px;
|
width: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* width */
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
width: 3px;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user