Do not overlay single select boxes over userActions

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-02-18 22:27:43 +01:00
parent fd2cfce417
commit 0ed43de561
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 3 additions and 0 deletions

View File

@ -687,4 +687,7 @@ export default {
.row--menu-opened {
z-index: 1 !important;
}
.row::v-deep .multiselect__single {
z-index: auto !important;
}
</style>