From 7417df6b7c9deb037360ef7afa6dff121a64a635 Mon Sep 17 00:00:00 2001 From: mahdi Date: Wed, 13 Jul 2022 20:03:48 +0430 Subject: [PATCH] update --- src/App.scss | 25 +++++++++++++++++++ src/views/Products/layouts/Desktop/Sidebar.js | 2 +- src/views/Video/index.js | 1 + .../Videos/components/VerticalGradeFilter.js | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/src/App.scss b/src/App.scss index ccde02b..2e9b252 100644 --- a/src/App.scss +++ b/src/App.scss @@ -146,3 +146,28 @@ iframe { -webkit-box-orient: vertical; overflow: hidden; } + +.scrollYDesign::-webkit-scrollbar { + position: absolute; + left: 1px; + bottom: 0; + z-index: 2; + width: 4px; + /* width: 5px !important; */ +} + +.scrollYDesign::-webkit-scrollbar-button { + display: none; + appearance: none; +} + +.scrollYDesign::-webkit-scrollbar-thumb { + border-radius: 10px; + background-color: #12cf7f; +} + +.scrollYDesign::-webkit-scrollbar-track { + background-color: transparent !important; + display: none; + appearance: none; +} diff --git a/src/views/Products/layouts/Desktop/Sidebar.js b/src/views/Products/layouts/Desktop/Sidebar.js index 5a320cd..db5a99e 100644 --- a/src/views/Products/layouts/Desktop/Sidebar.js +++ b/src/views/Products/layouts/Desktop/Sidebar.js @@ -60,7 +60,7 @@ export const Sidebar = ({ />