Avoid scrollbars in RTL
This commit is contained in:
@@ -9,7 +9,10 @@
|
|||||||
/* Language list */
|
/* Language list */
|
||||||
.uls-language-list {
|
.uls-language-list {
|
||||||
height: 20em;
|
height: 20em;
|
||||||
overflow: auto;
|
/* Work around Chrome bug where it places scrollbar on the left in
|
||||||
|
* in RTL mode but actually reserves the place on the right side */
|
||||||
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
background: #FCFCFC;
|
background: #FCFCFC;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user