Skip to content

Commit

Permalink
[ACA-4690] added width and max-width to sidebar (#3150)
Browse files Browse the repository at this point in the history
  • Loading branch information
arohilaGL committed Apr 26, 2023
1 parent 5fa5ac4 commit 94185c3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
}
}

.sidebar {
display: block;
height: 100%;
overflow-y: scroll;
max-width: 350px;
width: 350px;
}

.aca-page-layout-content {
@include flex-row;
}
Expand Down

0 comments on commit 94185c3

Please sign in to comment.