Lightbox close button

Wappler Version : 7b5
Operating System :
Server Model:
Database Type:
Hosting Type:

Expected behavior

The close button on the lightbox should always work

Actual behavior

When used on a full screen type of mobile device (ie. iPhone 14pro) the close button appears in the safe area and cannot be tapped.

How to reproduce

A workaround:

.dmxLightboxButton.dmxLightboxClose {
    margin-top: 30px !important;
 }
1 Like