Footer can overlap primary cli ui
codebytere opened this issue · 3 comments
codebytere commented
fearganni commented
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 :)
codebytere commented
Sure! i made this issue for someone else to pick up intentionally :)
