From dac97ac5dd1a803a112984f0655375a50ca99302 Mon Sep 17 00:00:00 2001 From: Albin Larsson Date: Sun, 6 Sep 2020 19:46:47 +0200 Subject: [PATCH] Allow the LCD to be smaller than 20em --- css/jquery.uls.lcd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/jquery.uls.lcd.css b/css/jquery.uls.lcd.css index 0154b9bd..2ad51f37 100644 --- a/css/jquery.uls.lcd.css +++ b/css/jquery.uls.lcd.css @@ -8,7 +8,7 @@ .uls-lcd { background-color: #fcfcfc; - height: 20em; + max-height: 20em; /* 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;