Ajout d'un overflow du x axis

This commit is contained in:
Anthony Dumas 2019-06-17 23:17:15 +02:00
parent 2a0ee5cd0f
commit 772f57b04e
2 changed files with 7 additions and 0 deletions

View File

@ -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";

View File

@ -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 {