Skip to content

Commit

Permalink
fix left sidebar size
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Jul 10, 2024
1 parent 8c787f5 commit ae426d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/tailwind.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ const pothosPreset = {
},
'main#nd-docs-layout>div:last-child.sticky': {
'min-width': '300px !important',
top: '56px',
height: 'calc(100dvh - 112px)',
},
'#nd-sidebar>div:first-child': {
display: 'none',
Expand Down

0 comments on commit ae426d2

Please sign in to comment.