Skip to content

Commit

Permalink
Merge pull request #11 from nabileisa/fix-tab-component
Browse files Browse the repository at this point in the history
fix added scroll space in when first tab is selected.
  • Loading branch information
lam0819 authored Aug 2, 2024
2 parents 52e71d2 + acc9aac commit ef28101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/forms/components/translate-tab.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'mt-6' => ! $isContained,
]);
$inactiveTabClasses = 'invisible h-0 overflow-y-hidden p-0';
$inactiveTabClasses = 'invisible h-0 overflow-hidden p-0';
$actions = $getActions();
$hasActions = filled($actions);
Expand Down

0 comments on commit ef28101

Please sign in to comment.