Dropdown Alignment Changed


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:

upgraded without changes

This is what happens when I add .dropstart:

added the .dropstart class * I would like to keep the dropdown below the navbar.


Andrew Ford pro priority commented 3 months ago

I remembered to change .dropdown-menu-right to .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.