File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default function Sidebar() {
1010 // SIDEBAR COLLAPSE VARIABLE
1111 const { toggleCollapse } = useSidebarToggle ( ) ;
1212 const sidebarContainerStyle = classNames (
13- "sidebar overflow-y-auto overflow-x-auto fixed bg-[#31353d] text-gray-500 z-50 h-full shadow-lg shadow-gray-900/20 transition duration-300 ease-in-out w-[20rem]" ,
13+ "overflow-y-auto overflow-x-auto fixed bg-[#31353d] text-gray-500 z-50 h-full shadow-lg shadow-gray-900/20 transition duration-300 ease-in-out w-[20rem]" ,
1414 {
1515 [ "sm:w-[5rem] sm:left-0 left-[-100%]" ] : toggleCollapse ,
1616 [ "w-[20rem]" ] : ! toggleCollapse ,
Original file line number Diff line number Diff line change 2121 white-space : normal;
2222 }
2323}
24-
25- .sidebar {
26- scrollbar-width : thin;
27- scrollbar-color : # 999999 transparent;
28- }
29- .sidebar :: -webkit-scrollbar {
30- background : transparent;
31- width : 3px ;
32- }
33- .sidebar ::-webkit-scrollbar-thumb {
34- background : # 999999 ;
35- border-radius : 10px ;
36- }
You can’t perform that action at this time.
0 commit comments