Hi everyone, I would appreciate some help with this. I’ve made a little Caesar’s cipher app. Everything is fine, but when the page is really zoomed in a lot the top of the app starts getting cut off from the page and the scroll bar won’t scroll up to see it. I tried adding overflow: scroll
or overflow: auto
to <body>
and <html>
but nothing changed. What am I missing? I’m doing positioning with flexbox.
Is it because I have margin: 0
for <body>
? I put that in to prevent a scroll bar from appearing when it’s not needed. (something about margin collapse maybe?)
Help is much appreciated.
https://codepen.io/stressstressstress/pen/KKKPjRL?editors=0100