demo: fix header (no sticky), make Display None interactive, add opacity note

This commit is contained in:
Glint Dev
2026-07-22 14:31:39 +03:00
parent bdb5df2bf2
commit e770d1a68a
2 changed files with 11 additions and 11 deletions

View File

@@ -46,13 +46,10 @@ Panel {
// ── Header ───────────────────────────────────────────────────────────────────
.header {
position: sticky
top: 0px
background: $card
padding: 8px 20px
border-bottom: 1px solid $border
width: fill
z-index: 100
}
.header-inner {
@@ -86,10 +83,6 @@ Panel {
@use card-base
}
.card:hover {
border-color: $accent
}
// ── Header Component ─────────────────────────────────────────────────────────
Header {
color: $accent