Skip to content

Commit

Permalink
disable table's scrollbar for large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
IcedTea2K committed Oct 28, 2023
1 parent de2e3ed commit 5c60749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/lab-validation/GroupAView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const sectionTitleStyle = 'text-subtitle-sm lg:text-subtitle text-white mb-4'
respectively.
</p>
<div class="flex flex-col items-center w-full gap-2">
<div class="overflow-x-scroll w-full">
<div class="overflow-x-scroll w-full md:overflow-clip">
<CustomTable :table-data="tableTwoData" />
</div>
<p class="text-center text-sm">
Expand Down

0 comments on commit 5c60749

Please sign in to comment.