diff options
author | amzrk2 | 2020-10-03 16:36:03 +0800 |
---|---|---|
committer | amzrk2 | 2020-10-03 16:36:03 +0800 |
commit | caf35975d7ef2c3855c2d38f46a4e60b216ace74 (patch) | |
tree | b6f326e62a688e0d9a9f1234a4b4b596bd0d3911 /layouts | |
parent | 3c9e9fd76eeaad2dbaad0fe990a2771285481372 (diff) | |
download | hugo-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')
-rw-r--r-- | layouts/partials/components.html | 2 |
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 |