client/css: add scrollbar styling
This commit is contained in:
parent
7596f9042c
commit
a08c7d65da
2 changed files with 8 additions and 1 deletions
|
@ -55,3 +55,5 @@ $hovered-first-note-point-color = red
|
|||
$safety-safe = #88D488
|
||||
$safety-sketchy = #F3D75F
|
||||
$safety-unsafe = #F3985F
|
||||
$scrollbar-thumb-color = $main-color
|
||||
$scrollbar-bg-color = $input-enabled-background-color
|
||||
|
|
|
@ -238,7 +238,12 @@ a .access-key
|
|||
margin-bottom: 0 !important
|
||||
|
||||
.table-wrap
|
||||
overflow-x: scroll
|
||||
overflow-x: auto
|
||||
&::-webkit-scrollbar
|
||||
height: 6px
|
||||
background-color: $scrollbar-bg-color
|
||||
&::-webkit-scrollbar-thumb
|
||||
background-color: $scrollbar-thumb-color
|
||||
|
||||
/* hack to prevent text from being copied */
|
||||
[data-pseudo-content]:before {
|
||||
|
|
Loading…
Reference in a new issue