Skip to content

Commit c220c36

Browse files
committed
fix: width of sidebar
1 parent 889be54 commit c220c36

File tree

1 file changed

+1
-0
lines changed
  • packages/theme-default/src/layout/DocLayout

1 file changed

+1
-0
lines changed

packages/theme-default/src/layout/DocLayout/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
&__sidebar {
4848
width: var(--rp-sidebar-width);
4949
max-width: var(--rp-sidebar-width);
50+
min-width: var(--rp-sidebar-width);
5051

5152
height: calc(100vh - var(--rp-nav-height));
5253
max-height: calc(100vh - var(--rp-nav-height));

0 commit comments

Comments
 (0)