From 51cfd0a434ca977d2cbfd651592f3484d55947a1 Mon Sep 17 00:00:00 2001 From: solocla Date: Sat, 11 Jul 2026 09:03:17 +0200 Subject: [PATCH] scroll bar blocked imported --- public/userarea/imported.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/userarea/imported.php b/public/userarea/imported.php index 9b20a8dc..c728f3bd 100644 --- a/public/userarea/imported.php +++ b/public/userarea/imported.php @@ -497,8 +497,16 @@ $gridMeta = [ border: 1px solid #dee2e6; border-radius: 0.25rem; background: #f8f9fa; + position: sticky; + top: 70px; + /* regola sull'altezza reale della tua topbar fissa */ + position: sticky; + top: 70px; + z-index: 30; } + + .top-scrollbar-inner { height: 1px; }