style: add margin only to dropdown poppers

pull/461/head
Varun Patil 2023-03-03 13:09:05 -08:00
parent dbfada2baa
commit 02f1fbabd0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ aside.app-sidebar {
}
// Make popper menus full height
.v-popper__inner {
.v-popper--theme-dropdown .v-popper__inner {
max-height: calc(90vh - 16px) !important; // was 50vh
margin: 0 10px; // was unset
}