Skip to content

Commit

Permalink
fix: Ulgy Overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Jan 27, 2025
1 parent c70d7cb commit 73c3b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/front/src/styles/DocSidebar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.docSidebar {
@apply border-r-2 min-w-48 px-4 py-2 hidden md:flex flex-col sticky;
@apply border-r-2 min-w-48 px-4 py-2 hidden md:flex flex-col sticky overflow-auto;
background-color: var(--color-bgCover);
color: var(--color-textCover);
}
Expand Down

0 comments on commit 73c3b7a

Please sign in to comment.