diff --git a/css/jquery.uls.lcd.css b/css/jquery.uls.lcd.css index 2a46526..ff09b29 100644 --- a/css/jquery.uls.lcd.css +++ b/css/jquery.uls.lcd.css @@ -9,7 +9,10 @@ /* Language list */ .uls-language-list { 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; background: #FCFCFC; }