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

@@ -285,8 +285,6 @@ export default {
}
.secondary-menu .nested.vertical.menu {
overflow-y: auto;
height: 100%;
margin-left: var(--space-small);
}
</style>