fix: timer widget blocks dialogs #10

Merged
simonfranken merged 2 commits from bugfix-timer-widget-blocks-dialogs into main 2026-03-13 17:08:23 +00:00
Showing only changes of commit 1964f76f74 - Show all commits

View File

@@ -4,7 +4,7 @@ import { TimerWidget } from './TimerWidget';
export function Layout() {
return (
<div className="h-[100vh] w-[100vw] flex flex-col">
<div className="h-[100vh] w-[100vw] flex flex-col bg-gray-50">
<Navbar />
<main className="pt-4 pb-8 grow overflow-auto">
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">