mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
Widen scrollbar so that it can be clicked and dragged with a mouse or trackpad
This commit is contained in:
parent
54d5281256
commit
1119b06678
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