Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: z-index for dropdown component (#2226)
This pull request includes a small change to the `frontend/webapp/reuseable-components/dropdown/index.tsx` file. The change adds a `z-index` property to the `AbsoluteContainer` styled component to ensure proper stacking order. * [`frontend/webapp/reuseable-components/dropdown/index.tsx`](diffhunk://#diff-707b6e11fbf977d74c45816fab07924a0eaa2d139b296cc58b74c98fd76f463dR194): Added `z-index: 1` to the `AbsoluteContainer` styled component to manage stacking context.
- Loading branch information