Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

fix: extend sidebar to the bottom of the page #609

Merged
merged 1 commit into from
Feb 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const Content = styled('div')`
min-width: 280px;
height: 100%;
max-height: 100vh;
background: ${sidebarBg};
`

const Menus = styled('nav')`
Expand Down