From 5283869d7bf35e789f2b77fce32e4b426e6d9bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leroy=20F=C3=B6rster?= Date: Sun, 2 Feb 2020 03:09:28 +0100 Subject: [PATCH] Fix horizontal scrolling on compact shopping list I could not find any negative side-effects Fixes #453 --- public/css/grocy.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index c8d0ddca..c7919a25 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -56,7 +56,6 @@ a.discrete-link:focus { position: fixed; top: 0; left: 0; - overflow: auto; background-color: #ffffff; } @@ -73,7 +72,7 @@ a.discrete-link:focus { top: 0; left: 0; } - + body.fullscreen-card { overflow: hidden; }