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

Footer can overlap primary cli ui

Open codebytere opened this issue 5 years ago • 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

codebytere avatar Apr 07 '20 14:04 codebytere

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 :)

fearganni avatar Apr 21 '20 11:04 fearganni

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

codebytere avatar Apr 21 '20 17:04 codebytere

Here i opened a pull request: https://github.com/codebytere/codebytere.github.io/pull/25

fearganni avatar Apr 22 '20 00:04 fearganni