Hi!
I have a Modal in the header with this line of CSS:
$el.x-modal {
margin-top:100px;
}
After updating the staging site to Beta 1, I see that modal still has the same class, however, this rule stopped working.
If I add !important
to it, then it starts working, but the 100px
is suddenly not the same value. I have to enter around 120px
to get the modal to the same place as it was before.
Thanks!