We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889be54 commit c220c36Copy full SHA for c220c36
packages/theme-default/src/layout/DocLayout/index.scss
@@ -47,6 +47,7 @@
47
&__sidebar {
48
width: var(--rp-sidebar-width);
49
max-width: var(--rp-sidebar-width);
50
+ min-width: var(--rp-sidebar-width);
51
52
height: calc(100vh - var(--rp-nav-height));
53
max-height: calc(100vh - var(--rp-nav-height));
0 commit comments