mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
FIX: select2 dropdown wrong position
This commit is contained in:
parent
598f3d2c68
commit
18d7d99a9c
@ -33,7 +33,7 @@ input.checkbox {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
&.row {
|
||||
flex-direction: row;
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user