mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
fix horizontal CSS scrollbars on webkit
This commit is contained in:
parent
4ebe7c7e7c
commit
84082ebb34
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ body.mx_scrollbar_nooverlay {
|
|||
// or fallback for webkit browsers
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: $scrollbar-track-color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue