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 = ({ />