Skip to content

Commit

Permalink
Fix website undesired vertical scrollbar on Windows
Browse files Browse the repository at this point in the history
Fix #2488
Close #2529
  • Loading branch information
tarunrajput authored and necolas committed Jun 16, 2023
1 parent 14204b0 commit 6dbef6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<nav id="navigation-scroller" class="view overflow-x-hidden overflow-y-auto h-full p-6 pt-12">
<h1 class="m-0 mb-4" style="font-size:1rem;">
<a class="view no-underline group font-semibold" href="{{ '/' | url }}" style="color:var(--docs-theme-color)">
<span class="view flex-row items-center overflow-x-hidden mb-1 text-xl">
<span class="view flex-row items-center overflow-hidden mb-1 text-xl">
{{ site.name }}
</span>
<span>{{ site.packageName }}@{{ site.packageVersion }}</span>
Expand Down

0 comments on commit 6dbef6e

Please sign in to comment.