Skip to content

Commit 0fe2666

Browse files
authored
Enhance sidebar styles for improved overflow handling and text display (#2041)
1 parent b4d89cb commit 0fe2666

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/css/sidebar.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,16 @@
132132
display: flex;
133133
margin: 0;
134134
padding: 4px 4px 0 4px;
135+
overflow: auto;
136+
scrollbar-width: thin;
135137
}
136138

137139
.sidebar .sidebar-list-nav :is(li, li button) {
138140
text-transform: uppercase;
139141
letter-spacing: 0.02em;
140142
font-size: 14px;
141143
color: var(--sidebarMuted);
144+
white-space: nowrap;
142145
}
143146

144147
.sidebar .sidebar-list-nav li {

0 commit comments

Comments
 (0)