Problem with Full Screen Height

Fabien
Fabien Member Posts: 16
edited August 3 in Conversations

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.

https://www.loom.com/share/25123e75dabb475db5120ad9cf3d7f8f?sid=3c18511e-67e7-4997-9c48-94d362218499

Tagged:

Comments

  • irez
    irez Member Posts: 10

    On the editor, right click and edit html/css

    Look at the device specific CSS tab and remove the line
    min-height:100vh !important;

  • Fabien
    Fabien Member Posts: 16

    @irez Thank you I will try that.
    Still would be great to hear from @Duda that the bug has been fixed or is in fixing mode ;)

  • Fabien
    Fabien Member Posts: 16

    @irez @Duda Unfortunatly.
    This code doesn't seem to exist. on any of the CSS pages I could find See the screenshots

  • irez
    irez Member Posts: 10

    You don't need to go in to the full code editor, just the row you've applied it on

    https://calip.io/pc3soHFB#cdKTn2Pe

  • Aj_Cre8
    Aj_Cre8 Member Posts: 527 MVP

    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;

  • Fabien
    Fabien Member Posts: 16
    edited July 6

    @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!