mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
colibris: adds minimum height for scrollbar
Otherwise when there is a lot of content, the scrollbar thumb is too small
This commit is contained in:
parent
ac850bfd47
commit
c8bf643c4e
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
|
min-height: 40px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: #576273;
|
background-color: #576273;
|
||||||
background-color: var(--scrollbar-thumb);
|
background-color: var(--scrollbar-thumb);
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
|
|
||||||
.thin-scrollbar::-webkit-scrollbar-thumb {
|
.thin-scrollbar::-webkit-scrollbar-thumb {
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
min-height: 40px;
|
||||||
background-color: #d2d2d2;
|
background-color: #d2d2d2;
|
||||||
background-color: var(--middle-color);
|
background-color: var(--middle-color);
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue