some CSS loading faster than other (making page look buggy)

0
I have a page. when I press back the menu loads quicker than the content. so the menu seems wierdly overlayed anyone else noticing bugs like this?  
asked
2 answers
3

ok so I figured it out ( I think)

mendix loads certain elements offscreen in the div “mx-incubator mx-offscreen”

this div doesnt play well with elements that have a fixed class such as mobile headers.

fixed it with:

.mx-incubator.mx-offscreen{
  display: none;
}

 

answered
0

Not me, but do you only experience this in 7.23.0 or also in previous versions?

answered