Skip to content

Commit

Permalink
fix(theme-classic): fix Layout theme height CSS (#7752)
Browse files Browse the repository at this point in the history
* fix(theme-classic):  fix Layout theme css height

This fixes html and body tags height from bug report

#7746

* Update styles.module.css

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
  • Loading branch information
2 people authored and slorber committed Jul 14, 2022
1 parent 2ed9967 commit b892280
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -5,7 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/

:global(html, body) {
html,
body {
height: 100%;
}

Expand Down

0 comments on commit b892280

Please sign in to comment.