Ajout d'un overflow du x axis
This commit is contained in:
parent
2a0ee5cd0f
commit
772f57b04e
@ -50,6 +50,10 @@ html {
|
|||||||
background-color: $primary;
|
background-color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body{
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
@import "../node_modules/bulma/bulma";
|
@import "../node_modules/bulma/bulma";
|
||||||
@import "icon";
|
@import "icon";
|
||||||
|
|
||||||
|
@ -28,6 +28,9 @@ $primary-invert: $pink-invert;
|
|||||||
html {
|
html {
|
||||||
background-color: #5c9ead; }
|
background-color: #5c9ead; }
|
||||||
|
|
||||||
|
body {
|
||||||
|
overflow-x: hidden; }
|
||||||
|
|
||||||
/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
|
||||||
@keyframes spinAround {
|
@keyframes spinAround {
|
||||||
from {
|
from {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user