Name the table's local after the class it applies, and let a broken chain show itself
CI / full-gate (push) Successful in 2m51s
CI / full-gate (push) Successful in 2m51s
This commit is contained in:
@@ -940,7 +940,7 @@ A page that is a bounded frame instead — a board of full-height columns, a tab
|
||||
stay put — passes **`fill: true`** to the shell, which bounds the content column. The page then says
|
||||
what fills it: put **`.scroll-region`** on that element, and make every wrapper between it and the
|
||||
content slot a flex column (`display: flex; flex-direction: column; flex: 1 1 auto; min-height: 0`).
|
||||
A `data-table` takes `fills: true`, which puts the class on its own wrapper — its sticky header needs
|
||||
A `data-table` takes `scrollRegion: true`, which puts the class on its own wrapper — its sticky header needs
|
||||
it, since a header only sticks to a scrollport that moves. `examples/plugins/scheduling` shows the
|
||||
whole chain on its shifts list.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user