From 475871383c173f930ede3bff4142661c2a7173f9 Mon Sep 17 00:00:00 2001 From: jocavdh Date: Wed, 5 Jun 2019 20:49:39 +0200 Subject: [PATCH] another spacing bug --- 2019/Joca_van_der_Horst/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2019/Joca_van_der_Horst/style.css b/2019/Joca_van_der_Horst/style.css index e1bbcf6..472e7cb 100644 --- a/2019/Joca_van_der_Horst/style.css +++ b/2019/Joca_van_der_Horst/style.css @@ -27,8 +27,7 @@ .chat { width: 100%; - height: 100%; - max-height: calc(100%-2.5rem); + height: calC(100% - 3rem); position: fixed; left: 0; top: 0;