“HTML Desative a rolagem” Respostas de código

Desative o HTML sobre o excesso de rolagem

<style>
	html {
      overflow: hidden;
      height: 100%;
  }

  body {
      height: 100%;
      overflow: auto;
  }
</style>
James Prentor

HTML Desative a rolagem

<body scroll="no" style="overflow: hidden">
Alexander Hand

HTML Desative a rolagem

<body scroll="no" style="overflow: hidden">
Alexander Hand

Respostas semelhantes a “HTML Desative a rolagem”

Perguntas semelhantes a “HTML Desative a rolagem”

Mais respostas relacionadas para “HTML Desative a rolagem” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código