sidebar: fix dropdown

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/488/head
Varun Patil 2023-03-14 15:01:12 -07:00
parent 72cc00d05a
commit d1778a6e8e
1 changed files with 6 additions and 0 deletions

View File

@ -156,4 +156,10 @@ aside.app-sidebar {
max-width: unset !important;
}
}
// Hack to put the floating dropdown menu above the
// sidebar ... this may have unintended side effects
.vs__dropdown-menu--floating {
z-index: 2526;
}
</style>