FIX: select2 dropdown wrong position

This commit is contained in:
Tony Air 2020-10-26 23:42:43 +07:00
parent 598f3d2c68
commit 18d7d99a9c

View File

@ -33,7 +33,7 @@ input.checkbox {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
&.row { &.row {
flex-direction: row; flex-direction: row;
} }
} }
@ -149,9 +149,9 @@ input.checkbox {
} }
// select2 dropdowns bootstrap4 styling // select2 dropdowns bootstrap4 styling
body > .select2-container { /*body > .select2-container {
position: fixed !important; position: fixed !important;
} }*/
.select2-container { .select2-container {
display: block; display: block;
width: 100% !important; width: 100% !important;