mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-06 02:06:03 +08:00
Merge pull request #5041 from DDMeaqua/feat-scrollbar-css
scrollbar width change
This commit is contained in:
commit
f8a2a28bff
@ -118,7 +118,7 @@ body {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
--bar-width: 5px;
|
||||
--bar-width: 10px;
|
||||
width: var(--bar-width);
|
||||
height: var(--bar-width);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user