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 a6f6424 commit a9545d0Copy full SHA for a9545d0
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