[Bug]: icon will overlap with the close button
hanaexcl opened this issue · 3 comments
hanaexcl commented
What happened?
It'll overlap with the close button.
How to reproduce the bug
Using ViewAction in slideOver mode.
Tables\Actions\ViewAction::make()->slideOver(),
Package Version
1.2
PHP Version
8.2
Laravel Version
10.41
Which operating systems does with happen with?
No response
Notes
Removing z-10 may solve this issue, but it's uncertain whether it will cause other problems.
activity-icon.blade.php
<div class="relative z-10 w-8 h-8 flex justify-center items-center">
to
<div class="relative w-8 h-8 flex justify-center items-center">
199ocero commented
Thank you for this @hanaexcl ! I will not remove the z-10 but maybe add a scrollable for this. Will be fix for next release.