diff --git a/client/css/colors.styl b/client/css/colors.styl index ed68e410..3be05fe3 100644 --- a/client/css/colors.styl +++ b/client/css/colors.styl @@ -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 diff --git a/client/css/core-general.styl b/client/css/core-general.styl index ef3aea1b..02f4516f 100644 --- a/client/css/core-general.styl +++ b/client/css/core-general.styl @@ -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 {