Fix some quicklaunch size quirks

This commit is contained in:
shamoon 2024-01-31 23:41:48 -08:00
parent 61ae891a1e
commit e652d8faa4
2 changed files with 5 additions and 1 deletions

View file

@ -46,6 +46,10 @@ body {
width: 0.75em;
}
dialog ::-webkit-scrollbar {
display: none;
}
::-webkit-scrollbar-track {
background-color: var(--scrollbar-track);
}