From 21a551b8365fdb3d8ab0a70388132dac372b659a Mon Sep 17 00:00:00 2001 From: Edouard Vanbelle Date: Thu, 9 Apr 2026 22:59:12 +0200 Subject: [PATCH] fix(style): correct file list display (was overlapped by header) --- static/css/components/cards.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/components/cards.css b/static/css/components/cards.css index b13faaa0..060e2c20 100644 --- a/static/css/components/cards.css +++ b/static/css/components/cards.css @@ -22,6 +22,10 @@ display: none; } +.files-container { + padding-top: 3px; /* due to cards animation on mouse hover and page-sticky-header with a positive z-index */ +} + .files-grid-view .file-item { background-color: white; border-radius: 12px;