From eb7343b4c6000ce7e7d5ae7ab62c9fb6c419b022 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Thu, 23 Feb 2023 21:48:53 +0100 Subject: [PATCH] Fix overflow for tiles main page. --- main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/main.css b/main.css index f6aeb6c..63edbdb 100644 --- a/main.css +++ b/main.css @@ -1012,7 +1012,6 @@ button.glyphicon-button.active.focus { background-attachment: fixed; background-position: center; overflow-x: hidden; - overflow: hidden; position: absolute; z-index: 0; }