Skip to content

Commit

Permalink
fix(index): edge scroll bar
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Dec 14, 2024
1 parent 3c726cd commit 13074c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</div>
</section>

<section class="lg:overflow-scroll lg:px-4">
<section class="lg:overflow-auto lg:px-4">
<Tabs v-model="selectedTab" default-value="list">
<div class="sticky top-0 z-50 -mx-5 bg-background px-5 pt-4 lg:m-0 lg:p-0">
<TabsList class="grid grid-cols-3">
Expand Down

0 comments on commit 13074c8

Please sign in to comment.