mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Fix scrollbars (#309)
This commit is contained in:
3
gui/.gitignore
vendored
3
gui/.gitignore
vendored
@@ -24,3 +24,6 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
*.log
|
||||
|
||||
|
||||
/dist
|
||||
@@ -15,7 +15,7 @@ export function SettingsLayoutRoute({ children }: { children: ReactChild }) {
|
||||
<Navbar></Navbar>
|
||||
<div className="h-full w-full gap-2 flex">
|
||||
<SettingsSidebar></SettingsSidebar>
|
||||
<div className="w-full flex flex-col overflow-y-auto pr-2">
|
||||
<div className="w-full flex flex-col overflow-y-auto pr-1 mr-1">
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -21,8 +21,8 @@ html {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
|
||||
Reference in New Issue
Block a user