Do not overlay single select boxes over userActions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
fd2cfce417
commit
0ed43de561
|
@ -687,4 +687,7 @@ export default {
|
|||
.row--menu-opened {
|
||||
z-index: 1 !important;
|
||||
}
|
||||
.row::v-deep .multiselect__single {
|
||||
z-index: auto !important;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue