mynote
mynote copied to clipboard
remove the upper part of progressBar
Describe the bug The upper part of progressBar is covering the actual page content.
Expected behavior The progressBar should be exactly as its name sais: a progress bar.
Additional context So, despite the fact that the progressBar would be something usefull is actually useless due to that extra overlay.
Thanks for reporting this issue. Today's 2.0.5 release has fixed this problem, please update Mynote through your WordPress control panel.
Actually I reported this issue after I updated the theme to 2.0.5 :smile:
What I mean is that we don't need the <div class="container">
from the following snippet:
<div class="single-post-title-bar clear fixed-top slide-down" role="banner" style="display: block;">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark" role="navigation">
<div id="progress-title">WP Markdown Reference</div>
</nav>
</div>
<div class="progress-wrapper">
<div class="progress-label">1%</div>
<progress value="306" max="19827"></progress>
</div>
</div>
That part looks like this:
... and that part is covering the actual page content. For example, the first rows of TOC in every post will go under that overlay!