Skip to content

Commit

Permalink
feat: scroll only content on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Sep 11, 2024
1 parent f227114 commit 46a95db
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-scroll">
<slot/>
</div>
</section>
Expand Down

0 comments on commit 46a95db

Please sign in to comment.