Skip to content

Commit

Permalink
properly hide vertical tab content
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanramsi committed Dec 8, 2023
1 parent 074bea9 commit 68b80f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'mt-6' => ! $isContained,
]);
$invisibleTabClasses = 'invisible h-0 overflow-y-hidden p-0';
$invisibleTabClasses = 'hidden p-0';
@endphp

<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'mt-6' => ! $isContained,
]);
$invisibleTabClasses = 'invisible h-0 overflow-y-hidden p-0';
$invisibleTabClasses = 'hidden p-0';
@endphp

<div
Expand Down

0 comments on commit 68b80f4

Please sign in to comment.