Skip to content

Commit

Permalink
Merge pull request #121 from PeritusDeveloper/main
Browse files Browse the repository at this point in the history
fixed bug of unable to click on the footer links due to the overflow
  • Loading branch information
aaronbrethorst authored Apr 4, 2024
2 parents ddbd6ba + c997edf commit 4923141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_layouts/default.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>
</article>
</main>
<div class="hidden sidebar text-xs p-4 2xl:flex flex-col fixed top-24 right-12 w-fit max-w-72 h-full"></div>
<div class="hidden sidebar text-xs p-4 2xl:flex flex-col fixed top-24 right-12 w-fit max-w-72 h-fit"></div>
<%= render "footer", locals: { metadata: site.metadata } %>
</div>
</div>
Expand Down

0 comments on commit 4923141

Please sign in to comment.