Agregada altura 100% a html, body y #root
This commit is contained in:
parent
1b920093c4
commit
9e93b914ac
1 changed files with 5 additions and 0 deletions
5
resources/sass/app.scss
vendored
5
resources/sass/app.scss
vendored
|
@ -10,6 +10,11 @@
|
|||
html, body {
|
||||
overflow-x: hidden;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#root {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
main.has-top-padding {
|
||||
|
|
Loading…
Add table
Reference in a new issue