File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 {
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;
You can’t perform that action at this time.
0 commit comments