fixed an overflow issue

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

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