mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
web: hide leftbar scrollbars
This commit is contained in:
@@ -77,6 +77,14 @@ export const AppSidebarStyle = styled.div`
|
||||
background: ${sidebarBGColor};
|
||||
color: ${sidebarFillColor};
|
||||
white-space: nowrap;
|
||||
/* hide scrollbars */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
||||
::-webkit-scrollbar {
|
||||
display: none; /* Safari and Chrome */
|
||||
width: 0; /* Remove scrollbar space */
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: ${sidebarFillColor};
|
||||
|
||||
Reference in New Issue
Block a user