1 parent d2fc3aa commit 5ec2fb0Copy full SHA for 5ec2fb0
1 file changed
themes/default/assets/style.css
@@ -113,6 +113,7 @@ a:hover { text-decoration: underline; }
113
display: flex;
114
margin-top: var(--ink-nav-h);
115
min-height: calc(100vh - var(--ink-nav-h));
116
+ overflow-x: hidden;
117
}
118
119
/* ── Sidebar ─────────────────────────────────── */
@@ -169,6 +170,8 @@ a:hover { text-decoration: underline; }
169
170
.ink-main {
171
margin-left: var(--ink-sidebar-w);
172
flex: 1;
173
+ min-width: 0;
174
175
176
justify-content: center;
177
padding: 32px 24px 64px;
0 commit comments