Skip to content

Commit

Permalink
Add side content area to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinDecima committed Jan 11, 2024
1 parent 415f2fc commit f73d154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/components/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@
background: var(--system-color);
}
}
}

.side-content-area{
height: calc(100vh - 30px);
overflow: auto;
}

0 comments on commit f73d154

Please sign in to comment.