Better scrollbar for category list
This commit is contained in:
parent
6749ac4f20
commit
5cfe4dbdeb
1 changed files with 6 additions and 0 deletions
|
|
@ -858,4 +858,10 @@
|
|||
:global(.blocklyScrollbarBackground:hover + .blocklyScrollbarHandle, .blocklyScrollbarHandle:hover) {
|
||||
fill: #575E75; /* fix strange scrollbar issue */
|
||||
}
|
||||
|
||||
:global(.blocklyToolboxDiv) {
|
||||
overflow-x: hidden;
|
||||
scrollbar-color: #797e8e80 transparent;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue