mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Merge pull request #11786 from taylorwilsdon/scroll_enh
fix: Better visibility for scroll bar in webkit browsers
This commit is contained in:
commit
47d5e21061
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ li p {
|
|||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
height: 0.4rem;
|
||||
height: 0.8rem;
|
||||
width: 0.4rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue