[ACA-4690] added width and max-width to sidebar (#3150)

This commit is contained in:
Aayush Rohila
2023-04-26 17:56:14 +05:30
committed by GitHub
parent 5fa5ac4117
commit 94185c3701

View File

@@ -56,6 +56,14 @@
}
}
.sidebar {
display: block;
height: 100%;
overflow-y: scroll;
max-width: 350px;
width: 350px;
}
.aca-page-layout-content {
@include flex-row;
}