Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix the height of html,body to 100%
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
- Loading branch information