demo: header as always-visible top bar with scrollable body beneath (closest to sticky in Iced)
This commit is contained in:
@@ -60,6 +60,13 @@ Panel {
|
||||
}
|
||||
|
||||
// ── Layout ───────────────────────────────────────────────────────────────────
|
||||
.body-scroll {
|
||||
overflow-y: auto
|
||||
flex-grow: 1
|
||||
padding: 0px
|
||||
gap: 0px
|
||||
}
|
||||
|
||||
.body {
|
||||
direction: horizontal
|
||||
padding: 12px
|
||||
|
||||
Reference in New Issue
Block a user