Files
rustfs-console/assets/css/overrides.css
T
2024-12-22 16:18:50 +08:00

9 lines
168 B
CSS

/* 实现列表头滚动固定 */
.n-list.sticky-header {
@apply relative;
}
.n-list.sticky-header .n-list__header {
@apply bg-neutral-900/60 sticky top-0 z-10;
}