diff --git a/public/userarea/imported.php b/public/userarea/imported.php index 9b20a8d..c728f3b 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; }