Skip to content

Commit

Permalink
Aplicando correção final no scroll x
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Marcelo committed Sep 28, 2023
1 parent d0a4c32 commit 1dc3a12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion assets/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
7 changes: 1 addition & 6 deletions assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -45,6 +39,7 @@ flex-direction: column;
align-items: center;
justify-content: center;
margin: 10px;
overflow-x: hidden;
}

section {
Expand Down

0 comments on commit 1dc3a12

Please sign in to comment.