From 4668bae296febb08019f030da05fdeac913a11a3 Mon Sep 17 00:00:00 2001 From: Vasek Sraier Date: Sat, 17 Oct 2020 16:47:44 +0200 Subject: [PATCH] css: fixed weird horizontal scrollbar on slim viewports --- frontend/public/global.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/public/global.css b/frontend/public/global.css index c069728..66b0fa8 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -1,6 +1,4 @@ html, body { - position: relative; - width: 100%; height: 100%; }