Jaishree2310/GlassyUI-Components
[BUG] DropdownMenu options list uses solid background instead of glassmorphism
Offen
#700 geöffnet am 05.06.2026
good first issuelevel:beginnertype:bug
Repository-Metriken
- Stars
- (114 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Description
The DropdownMenu component options list (ul element) is styled with bg-gray-800 (solid, opaque gray background) rather than glassmorphism, which breaks visual design consistency in a glassmorphic component library.
Steps to Reproduce
- Go to the Dropdown Menu component details page.
- Click the dropdown select button to open the menu options.
- Notice the solid gray box layout.
Suggested Fix
Update the styling class on the ul element to use translucent backdrop blur classes.