chore: Fixes height issues with seconday sidebar (#5407)

This commit is contained in:
Sivin Varghese
2022-09-12 19:36:49 +05:30
committed by GitHub
parent db73d033b7
commit a680b08251
5 changed files with 23 additions and 15 deletions

View File

@@ -245,6 +245,8 @@ export default {
@import '~dashboard/assets/scss/woot';
.secondary-menu {
display: flex;
flex-direction: column;
background: var(--white);
border-right: 1px solid var(--s-50);
height: 100%;
@@ -267,7 +269,6 @@ export default {
.menu {
padding: var(--space-small);
overflow-y: auto;
height: 94%;
}
}
</style>