Skip to content

Commit 37f7159

Browse files
committed
fix: Set height for sidebar navbar to improve layout
1 parent 6a8fb59 commit 37f7159

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,8 @@ html {
577577
}
578578
.navbar-sidebar, .navbar-sidebar__backdrop {
579579
/* bottom: 0; */
580+
height: 300px;
581+
580582
opacity: 0;
581583
position: fixed;
582584
transition-duration: var(--ifm-transition-fast);

0 commit comments

Comments
 (0)