From 4610e2c0a213983882a1685eff37e728c3a30a00 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 3 Feb 2019 19:27:04 +0100 Subject: [PATCH] fix height in Firefox --- script/public/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/public/styles.css b/script/public/styles.css index 9e04a57b..b40fe158 100644 --- a/script/public/styles.css +++ b/script/public/styles.css @@ -3,7 +3,7 @@ } .list-group{ - max-height: 70%; + max-height: 70vh; overflow: scroll; overflow-x: hidden; -webkit-overflow-scrolling: touch;