79756727

Date: 2025-09-05 11:35:11
Score: 1
Natty:
Report link

try adding the height: 100% property to html and body.

html {
  overflow: hidden;
  height: 100%;
}

body {
  overflow: auto;
  height: 100%
}

This will cure the problem, but the address bar will always be expanded.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lomon