We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Olá Maike, tudo bem?
Identifiquei probleminha no CSS do container, onde é exibida a Scrollbar por conta da margin:
Poderia por gentileza corrigir o css com o código abaixo:
#container { width: 100%; max-width: 588px; margin: 0 auto; padding: 56px 24px 0px; }
Desde já, muito obrigado.
Abração =)
The text was updated successfully, but these errors were encountered:
Fix: maykbrito#2
afe19e3
você vai precisar tirar um pouco de padding top de algumas divs pra tela ficar sem scroll
Sorry, something went wrong.
no body coloca um "overflow-x: hidden", "overflow-y: hidden" vai travar a tela, como é um site simples vai ajudar sem precisar modificar o código
body { overflow-y: hidden; /* Hide vertical scrollbar */ } body { overflow-x: hidden; /* Hide horizontal scrollbar */ }
body { overflow-y: hidden; /* Hide vertical scrollbar */ }
body { overflow-x: hidden; /* Hide horizontal scrollbar */ }
No branches or pull requests
Olá Maike, tudo bem?
Identifiquei probleminha no CSS do container, onde é exibida a Scrollbar por conta da margin:
Poderia por gentileza corrigir o css com o código abaixo:
#container { width: 100%; max-width: 588px; margin: 0 auto; padding: 56px 24px 0px; }
Desde já, muito obrigado.
Abração =)
The text was updated successfully, but these errors were encountered: