Skip to content

Commit

Permalink
Fix bad scrollbar layout when switching to/from syntax page
Browse files Browse the repository at this point in the history
  • Loading branch information
isker committed Aug 13, 2023
1 parent 9e61b92 commit 105dbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/syntax/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<div class="text-center">
<Heading id="prefix-table">Available prefixes</Heading>
</div>
<div class="overflow-x-scroll">
<div class="overflow-x-auto">
<table class="border border-collapse text-sm text-center">
<thead>
<tr class="border bg-slate-100">
Expand Down

0 comments on commit 105dbbd

Please sign in to comment.