Skip to content

Commit

Permalink
docs: fix storybook's sidebar overflow (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor authored Dec 7, 2023
1 parent ebc35be commit 9e47e60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
.os-content button:hover svg {
color: #5034ff;
}

/* https://github.com/storybookjs/storybook/issues/25094 */
div[data-radix-scroll-area-viewport] > div {
display: block !important;
}
</style>

<script>
Expand Down

0 comments on commit 9e47e60

Please sign in to comment.