Skip to content
Snippets Groups Projects
Unverified Commit 484d5301 authored by Nick Fitzpatrick's avatar Nick Fitzpatrick Committed by GitHub
Browse files

Fixing dashboard info sidebar height (#24056)

parent 90270da6
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@ export const DashboardInfoSidebarRoot = styled.aside`
padding: 0 2rem 0.5rem;
background: ${color("white")};
border-left: 1px solid ${color("border")};
height: 100%;
align-self: stretch
overflow-y: auto;
box-sizing: border-box;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment