From a6f2f94755e2a0a9fd70da7cf4cbb303febfc768 Mon Sep 17 00:00:00 2001 From: hippoz Date: Thu, 6 May 2021 04:34:14 +0300 Subject: [PATCH] maybe fix overflow? --- templates/custom/header.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index f506b46..1d005f9 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -157,6 +157,7 @@ .page-content, .card.layout-card { width: var(--cards-length); overflow-x: auto; + overflow-y: hidden; } .navigation-buttons {