codebytere.github.io icon indicating copy to clipboard operation
codebytere.github.io copied to clipboard

Terminal overflowing the footer

Open mystichronicle opened this issue 2 years ago • 0 comments

The terminal in the website https://codebyte.re/ is overflowing the footer at 100% zoom and above. Up to 90% zoom it's working fine.I have tried to correct it in my GitHub Page https://debjit-mandal.github.io , it's now fine up to 110% zoom.

In the styles folder in main.less : .terminal-window{       top: 15vh; } .footer{   bottom: 0; } image

image

mystichronicle avatar Aug 21 '23 12:08 mystichronicle