fix: tyding up weird html

This commit is contained in:
2025-07-21 16:57:53 +01:00
parent 818a163235
commit 744b300d00

View File

@ -5,9 +5,7 @@ import { Dock } from "./dock";
export const WithTopbarAndDock: Component<ParentProps> = (props) => {
return (
<>
<div class="">
<Topbar />
</div>
<Topbar />
<div class="h-full overflow-y-auto">{props.children}</div>
<div class="">
<Dock />