Topic: Dropdown Alignment Changed
Andrew Ford
pro priority asked 3 months ago
I am upgrading one of my sites to v3.0.0 from v2.2.1. The dropdown from the notifications is not positioned the same.
Here is a screenshot:

This is what happens when I add .dropstart:
* I would like to keep the dropdown below the navbar.
Closed
This topic is closed.
Closed
- User: Pro
- Premium support: No
- Technology: MDB 5
- MDB Version: 3.0.0
- Device: N/A
- Browser: N/A
- OS: N/A
- Provided sample code: No
- Provided link: Yes
Andrew Ford pro priority commented 3 months ago
I remembered to change
.dropdown-menu-rightto.dropdown-menu-end- still no change.Andrew Ford pro priority commented 3 months ago
I found my error, I had the element's width set with the
[style]attribute. I got rid of that and it aligns correctly.