Problem with Full Screen Height
The full screen Height cannot be remove once you activate it.
After unsing the Full Screen eight the zone is "Stuck". You cannot reverte bacjk or change padding.
Comments
-
On the editor, right click and edit html/css
Look at the device specific CSS tab and remove the line
min-height:100vh !important;1 -
You don't need to go in to the full code editor, just the row you've applied it on
0 -
You can not edit the HTML or CSS of any flex sections. If you issue is on a flex section, and you can not change the height from the right pane, you need to create a support ticket. Right now, the option for us to edit the HTML/CSS of flex is non existent, that is why you couldnt see it in dev mode. @ScottyStrehlow can you see if the team can help out and find out why they cant Change the height away from
100vh;
0 -
@irez @Aj_Cre8 Thank you ! that solved the issue. Yes, it would be sweet to have a followup from Duda @ScottyStrehlow that the problem has been fixed. Thank you!
0