fix CSS visual bug

This commit is contained in:
MathMan05 2024-08-25 23:29:15 -05:00
parent db7b55b79c
commit 39f008758b

View file

@ -1936,6 +1936,7 @@ form div{
.optionElement{
border-radius:.03in;
box-shadow: .01in .01in .1in #00000059;
max-height:100%;
}
.FormSettings{
display:flex;
@ -1948,4 +1949,4 @@ form div{
}
.clickable:hover{
text-decoration:underline;
}
}