summaryrefslogtreecommitdiffstats
path: root/layouts/partials/components.html
diff options
context:
space:
mode:
authoramzrk22020-10-03 16:36:03 +0800
committeramzrk22020-10-03 16:36:03 +0800
commitcaf35975d7ef2c3855c2d38f46a4e60b216ace74 (patch)
treeb6f326e62a688e0d9a9f1234a4b4b596bd0d3911 /layouts/partials/components.html
parent3c9e9fd76eeaad2dbaad0fe990a2771285481372 (diff)
downloadhugo-theme-fuji-caf35975d7ef2c3855c2d38f46a4e60b216ace74.tar.gz
hugo-theme-fuji-caf35975d7ef2c3855c2d38f46a4e60b216ace74.tar.bz2
hugo-theme-fuji-caf35975d7ef2c3855c2d38f46a4e60b216ace74.zip
fix: sidebar overflow on small devices
Diffstat (limited to 'layouts/partials/components.html')
-rw-r--r--layouts/partials/components.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/components.html b/layouts/partials/components.html
index 5148628..532efad 100644
--- a/layouts/partials/components.html
+++ b/layouts/partials/components.html
@@ -10,6 +10,7 @@
</div>
</div>
<aside class="sidebar-mobile" style="display: none;">
+ <div class="sidebar-wrapper">
<!-- pages -->
<div class="sidebar-item sidebar-pages">
<h3>{{ i18n "sidebarPages" }}</h3>
@@ -52,4 +53,5 @@
</div>
{{ end }}
{{ end }}
+ </div>
</aside> \ No newline at end of file