fix: mobile sidebar footer not sticking to the bottom
This commit is contained in:
parent
74795c583c
commit
9e1f675a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ templ Sidebar(props ...Props) {
|
||||||
Open: false,
|
Open: false,
|
||||||
}) {
|
}) {
|
||||||
@sheet.Content(sheet.ContentProps{
|
@sheet.Content(sheet.ContentProps{
|
||||||
Class: "md:hidden bg-sidebar text-sidebar-foreground !p-0 !gap-0 flex flex-col h-full",
|
Class: "md:hidden bg-sidebar text-sidebar-foreground !p-0 !gap-0 flex flex-col h-full [&_[data-tui-dialog-panel]]:flex [&_[data-tui-dialog-panel]]:flex-col [&_[data-tui-dialog-panel]]:flex-1 [&_[data-tui-dialog-panel]]:!gap-0",
|
||||||
HideCloseButton: true,
|
HideCloseButton: true,
|
||||||
}) {
|
}) {
|
||||||
<!-- Mobile content wrapper: visible only on mobile via JS -->
|
<!-- Mobile content wrapper: visible only on mobile via JS -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue