sticky bar import XLS

This commit is contained in:
2026-08-04 14:21:14 +02:00
parent a1e91f8d76
commit 965d2fa5bb
+3
View File
@@ -50,6 +50,9 @@ error_log("Loaded template: " . print_r($template, true));
border-radius: 0.25rem; border-radius: 0.25rem;
background: #f8f9fa; background: #f8f9fa;
display: none; display: none;
position: sticky;
top: 0;
z-index: 1020;
} }
.top-scrollbar-inner { .top-scrollbar-inner {