created a new class to handle input dropdown so it doesn't overflow
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
This commit is contained in:
parent
2cd972f0e1
commit
999301a4d9
@ -311,6 +311,10 @@ h6 {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.inputWrapperMain.inputWrapperMainAlt {
|
||||
overflow: unset;
|
||||
}
|
||||
|
||||
.inputWrapperMainWrapper {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user