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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>