Hey,
im currently facing the strange “bug” that components which are behind my footer wont get rendered.
My behavior: i have some controls in my footer like a navbar and i added a possibility to make the footer kinda fullscreen for bigger buttons and clearer interface.
thats the page behind the footer which should get rendered:
at the bottom is the footer with one button. For testing i added a button to enlarge the footer on the right.
the footer in full size looks like:
so when i start the app where the footer is initially full size and then close / make it small.
the page behind it is empty only the background is rendered - also the DOM is empty.
the only changes between the different footer sizes is the hight: “height: 100vh;” and i add a background.
is there any possibility to force the rendering or trigger a refresh?
1 post - 1 participant