forked from open-webui/open-webui
feat: scrollbar styling
This commit is contained in:
parent
4cdf398225
commit
c23da2c91c
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ math {
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
height: 1rem;
|
height: 0.35rem;
|
||||||
width: 0.5rem;
|
width: 0.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
|
|
Loading…
Reference in a new issue