fixed an overflow issue
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s

This commit is contained in:
freakoverse 2024-08-13 18:53:05 +00:00
parent 0cc0d82e68
commit f3dde26d88

View File

@ -292,6 +292,8 @@ h6 {
flex-direction: row; flex-direction: row;
grid-gap: 10px; grid-gap: 10px;
position: relative; position: relative;
overflow: hidden;
border-radius: 10px;
} }
.inputWrapperMainWrapper { .inputWrapperMainWrapper {