mirror of
https://github.com/rustfs/console.git
synced 2026-09-19 09:52:25 +08:00
9 lines
168 B
CSS
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;
|
|
}
|