[SOLVED] Overlay covers the whole screen


So, as the title says, idk how to make the backgroun transparent, or change it size, the code is running as html, tried changing the whole body css to opacity : 1 but didnt worked, anyone can help ?

background: transparent; should work. Opacity will also affect child elements; you don’t want to hide those.

1 Like

thank you so much,it worked :slight_smile: