Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 450e1c19 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

floating drop fix

parent a895f067
Loading
Loading
Loading
Loading
Loading
+24 −19
Original line number Diff line number Diff line
@@ -119,7 +119,6 @@ body .property-text__input span.icon-delete {
    fill: var(--color-main-text);
}

#content-vue {
.app-sidebar {
    .v-select {
    &.select {
@@ -140,5 +139,11 @@ body .property-text__input span.icon-delete {
    }
    }
}
 
.vs__dropdown-menu.vs__dropdown-menu--floating {
    border: 1px solid var(--color-border-dark);
    border-radius: unset;
    box-sizing: unset;
    border-width: 1px solid var(--color-border-dark) !important;
}
  
 No newline at end of file