mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 03:05:54 +08:00
fix scroll
fix scroll fix scroll
This commit is contained in:
@ -140,15 +140,14 @@
|
||||
.font-size-medium();
|
||||
line-height: 18px;
|
||||
padding-bottom: 0;
|
||||
|
||||
&::-webkit-scrollbar-button:single-button{
|
||||
height: 9px;
|
||||
background-size: 6px;
|
||||
background-position: center;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb{
|
||||
min-height: 0;
|
||||
height: 0;
|
||||
min-height: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
&::-webkit-scrollbar{
|
||||
height: 18px;
|
||||
|
||||
Reference in New Issue
Block a user