codebytere/codebytere.github.io

Footer can overlap primary cli ui

codebytere opened this issue · 3 comments

The footer can overlap the primary cli UI, and it should perhaps not do so. I'm less partial to how this is handled, but it should be handled more gracefully than it is now.

Screen Shot 2020-04-07 at 7 28 34 AM

Hey! If you add a z-index to your less file under .terminal-window you can make it the more dominant element, and it will overlap the footer.

codebytere.github.io/styles/main.less

.terminal-window {
    ...
    z-index: 999;
}

If you want i can make the updates and then create a pull request for you :)

Sure! i made this issue for someone else to pick up intentionally :)

Here i opened a pull request: #25