diff --git a/assets/css/header.css b/assets/css/header.css index 9edaf2e..cf98cb7 100644 --- a/assets/css/header.css +++ b/assets/css/header.css @@ -67,7 +67,6 @@ z-index: 100000000; height: 0px; visibility: hidden; overflow-y: hidden; -overflow-x: hidden; } /*Classe active para para fazer os itens do menu descerem */ diff --git a/assets/css/index.css b/assets/css/index.css index 865c8d4..7bdd14c 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -26,12 +26,6 @@ overflow-x: none; /*Corpo da pagina e logo e remoção do scrool do eixo x*/ body { background-color: rgb(29, 0, 0); -overflow-x: scroll; -scrollbar-width: none; --ms-overflow-style: none; -} -body::-webkit-scrollbar { -display: none; } .logo { @@ -45,6 +39,7 @@ flex-direction: column; align-items: center; justify-content: center; margin: 10px; +overflow-x: hidden; } section {