You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bar is injecting html,body{height:auto} which is messing with
the height set by the home CSS. We can see this bug due to a
change of order in the CSS. Normally the bar should not inject
this height:auto (see cozy/cozy-bar#705)
but at the moment to solve the problem, !important is needed
The bar is injecting html,body{height:auto} which is messing with
the height set by the home CSS. We can see this bug due to a
change of order in the CSS. Normally the bar should not inject
this height:auto (see cozy/cozy-bar#705)
but at the moment to solve the problem, !important is needed
We've had a bug on the home where the
body,html{display:block;height:auto}
fromhttp://pbrowne.mycozy.cloud/assets/css/cozy-bar.aa10decc4f.min.css
is overriding the html{height: 100%} used by the home.
This causes the background to be bigger than expected since in most cases, the
page will be taller than the viewport.
The text was updated successfully, but these errors were encountered: