fix select2 dropdown while maximized card

This commit is contained in:
REJack 2020-05-17 01:05:53 +02:00
parent c8b930b290
commit cf7daa0159
5 changed files with 13 additions and 4 deletions

View file

@ -259,6 +259,11 @@ select.form-control-sm ~ {
}
}
// Dropdown Fix inside maximized card
.maximized-card .select2-dropdown {
z-index: 9999;
}
// Background colors (theme colors)
@each $name, $color in $theme-colors {
@include select2-variant($name, $color);

View file

@ -20880,6 +20880,10 @@ select.form-control-sm ~ .select2-container--default .select2-selection--multipl
margin-top: 6px;
}
.maximized-card .select2-dropdown {
z-index: 9999;
}
.select2-primary + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #80bdff;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long