Skip to content

Commit a878ad6

Browse files
authored
add css (#88)
1 parent 01dc50f commit a878ad6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/styles/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,12 @@ h2#starlight__on-this-page::before {
280280

281281
.right-sidebar-panel:where(.astro-pb3aqygn) :where(a) {
282282
font-size: 14px;
283+
}
284+
285+
.sidebar-pane {
286+
scrollbar-gutter: stable;
287+
}
288+
289+
.sidebar-pane .sidebar-content {
290+
padding-right: 0;
283291
}

0 commit comments

Comments
 (0)