fix: Remove overflow-hidden on accordionItem (#10692)
This PR fixes the following problem. <img width="318" alt="Screenshot 2025-01-15 at 11 53 38 AM" src="https://github.com/user-attachments/assets/44656cbe-2c29-4400-88b4-15bd270bb627" /> Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
@@ -55,7 +55,7 @@ const onToggle = () => {
|
||||
</button>
|
||||
<div
|
||||
v-if="isOpen"
|
||||
class="bg-n-background border border-n-weak dark:border-n-slate-2 border-t-0 rounded-br-lg rounded-bl-lg overflow-hidden"
|
||||
class="bg-n-background border border-n-weak dark:border-n-slate-2 border-t-0 rounded-br-lg rounded-bl-lg"
|
||||
:class="compact ? 'p-0' : 'px-2 py-4'"
|
||||
>
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user