Skip to content

Commit b6ed6f1

Browse files
author
Dennis Braun
committed
Fix: fixed sidebar layout
2 parents 74732a0 + ca293a0 commit b6ed6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
.toast-error { background: var(--crit); color: #fff; }
105105

106106
/* ── Layout ── */
107-
.app-layout { display: flex; min-height: 100vh; }
107+
.app-layout { display: flex; height: 100vh; overflow: hidden; }
108108

109109
/* ── Sidebar ── */
110110
.sidebar {
@@ -127,7 +127,7 @@
127127
font-size: 1.2em; cursor: pointer; line-height: 1; padding: 2px 4px;
128128
}
129129
.sidebar-toggle:hover { color: var(--accent); }
130-
.app-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
130+
.app-main { flex: 1; min-width: 0; display: flex; flex-direction: column; overflow-y: auto; }
131131
.sidebar-link {
132132
display: flex; align-items: center; gap: 10px;
133133
padding: 12px 20px; color: var(--text); text-decoration: none;

0 commit comments

Comments
 (0)