Relative Content

Tag Archive for reactjstailwind-cssshadcnui

How to use absolute positioning in Shadcn Accordion?

I have a Shadcn accordion component, and inside this I have a div that I want to overlay with a notification icon in the top right corner. To achieve this, I’m using absolute position within the div. The issue is that AccordionContent uses the tailwind overflow-hidden, meaning that the notification can’t appear over top of the div. Here’s what it looks like so far: