codebytere.github.io
codebytere.github.io copied to clipboard
Footer can overlap primary cli ui
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.
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: https://github.com/codebytere/codebytere.github.io/pull/25