diff --git a/web/src/styles/global.css b/web/src/styles/global.css index 7308dc1..63d34f6 100644 --- a/web/src/styles/global.css +++ b/web/src/styles/global.css @@ -155,7 +155,7 @@ input::placeholder { color: var(--text-disabled); } .header-clock { font-family: var(--font-mono); font-size: 12px; color: var(--accent); font-weight: 600; } .content { flex: 1; overflow: hidden; position: relative; } -.content > div { height: 100%; } +.content > div { position: absolute; inset: 0; overflow: hidden; } .tab-hidden { display: none; } .statusbar {