Disappearing buttons on the pop-up forms at lower resolution of browser

0
Hello everyone, I am using a default page of pop-up form in mendix when I click on a button the pop forms open up. My Forms has a Yes, No radio button and a comment field (text box). Now in resolution above 1300*600 everything works fine. But when my browser resolution is around 1272*600 the Save and Cancel buttons on the pop-up form disappear on opening the form or sometimes clicking on the YES, No radio buttons. Although they are still present like when I hover above it the cursor changes and I am able to click too but, they are not visible. P.S: I have not added any visibility condition or extra css on the Save and Cancel button. 
asked
1 answers
0

I would recommend to inspect the DOM (F12) and see what is happening to the classes and declarations attached to these buttons and/or footer while changing the resolution. It seems something is happening on a breakpoint, but I've not enough information to draw a conclusion.

answered