scroll bar blocked imported

This commit is contained in:
2026-07-11 09:03:17 +02:00
parent def2715d38
commit 51cfd0a434
+8
View File
@@ -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;
}