Arreglado scroll horizontal en celular y tablet
This commit is contained in:
parent
f460cdd6ce
commit
9384d09ff6
1 changed files with 6 additions and 1 deletions
5
resources/sass/app.scss
vendored
5
resources/sass/app.scss
vendored
|
@ -7,6 +7,11 @@
|
||||||
@import 'bulma';
|
@import 'bulma';
|
||||||
@import '~bulma-switch';
|
@import '~bulma-switch';
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
overflow-x: hidden;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
main.has-top-padding {
|
main.has-top-padding {
|
||||||
padding-top: 4.5rem !important;
|
padding-top: 4.5rem !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue