fixing logout, people not scrolling, sidebar being too short

This commit is contained in:
metacryst
2026-03-19 08:54:53 -05:00
parent 5a56dfa051
commit 8dd2312aa0
5 changed files with 14 additions and 9 deletions

View File

@@ -45,6 +45,7 @@ class People extends Shadow {
.color("var(--darkbrown)")
}
})
.overflow("scroll")
.gap(0.8, em)
})
.position("relative")