#154, Add menu overlay over content to hide menu on click

This commit is contained in:
Alex Shpak
2020-02-27 22:58:15 +01:00
parent 352ceea411
commit a722f74fba
4 changed files with 13 additions and 2 deletions
+2
View File
@@ -27,6 +27,8 @@
{{ template "comments" . }} <!-- Comments block -->
</footer>
{{ partial "docs/inject/footer" . }}
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>
{{ if default true (default .Site.Params.BookToC .Params.BookToC) }}