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
LichLord91 and Josh-Cena committed Jul 9, 2022
1 parent 07641ae commit cd7da61
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 cd7da61

Please sign in to comment.