FIX: select2 dropdown wrong position

This commit is contained in:
Tony Air 2020-10-26 23:42:43 +07:00
parent 598f3d2c68
commit 18d7d99a9c
1 changed files with 3 additions and 3 deletions

View File

@ -149,9 +149,9 @@ input.checkbox {
}
// select2 dropdowns bootstrap4 styling
body > .select2-container {
/*body > .select2-container {
position: fixed !important;
}
}*/
.select2-container {
display: block;
width: 100% !important;