Skip to content

Commit

Permalink
fix: scroll only content on desktop (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh authored Sep 19, 2024
1 parent f227114 commit c643e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</NuxtLink>
</div>
</aside>
<div class="max-lg:overflow-x-scroll">
<div class="overflow-auto">
<slot/>
</div>
</section>
Expand Down

0 comments on commit c643e9b

Please sign in to comment.