From 2c0c656c97b2aa0bb4f671a6ebc519a91bc3a3c5 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Fri, 30 Oct 2020 10:46:43 +0200 Subject: [PATCH] inputs scroll bar styled --- src/routes/Discover/styles.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/routes/Discover/styles.less b/src/routes/Discover/styles.less index f4d6c29a1..f33d96dc4 100644 --- a/src/routes/Discover/styles.less +++ b/src/routes/Discover/styles.less @@ -285,6 +285,19 @@ width: 15rem; max-height: calc(3.2rem * 7); overflow-y: auto; + scrollbar-color: @color-surface-light1 @color-surface-light4; + + ::-webkit-scrollbar-thumb { + background-color: @color-surface-light1; + + &:hover { + background-color: @color-surface-light2; + } + } + + ::-webkit-scrollbar-track { + background-color: @color-surface-light4; + } .multiselect-option-container { background: none;