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;
}

