demo: header as always-visible top bar with scrollable body beneath (closest to sticky in Iced)

This commit is contained in:
Glint Dev
2026-07-22 14:44:28 +03:00
parent 37a0ea47be
commit 075533db6a
2 changed files with 11 additions and 1 deletions

View File

@@ -64,7 +64,7 @@
// ── 3. Layout ────────────────────────────────────────────────────────────────
Window(title=$title) {
// ── Sticky Header ────────────────────────────────────────────────────────
// ── Header (stays at top, body scrolls beneath) ──────────────────────────
Panel(class="header") {
Panel(class="header-inner") {
Icon "◇"
@@ -74,6 +74,8 @@ Window(title=$title) {
}
}
// ── Scrollable body ─────────────────────────────────────────────────────
Panel(class="body-scroll") {
Panel(class="body") {
// ── LEFT COLUMN ──────────────────────────────────────────────────────
@@ -249,6 +251,7 @@ Window(title=$title) {
}
}
}
}
// ── Fixed Toast ──────────────────────────────────────────────────────────
@if $notif {