mirror of https://github.com/vector-im/riot-web
fix horizontal CSS scrollbars on webkit
parent
4ebe7c7e7c
commit
84082ebb34
|
@ -74,6 +74,7 @@ body.mx_scrollbar_nooverlay {
|
||||||
// or fallback for webkit browsers
|
// or fallback for webkit browsers
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 6px;
|
width: 6px;
|
||||||
|
height: 6px;
|
||||||
background-color: $scrollbar-track-color;
|
background-color: $scrollbar-track-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue