cbgaindia / ckanext-openbudgetsin_theme

Custom CKAN theme extension for Open Budgets India
https://openbudgetsindia.org/
MIT License
4 stars 0 forks source link

Dropdown bug on hover #84

Closed vrnpi closed 3 years ago

vrnpi commented 3 years ago

Noticed a weird bug with the dropdown on desktop. When the dropdown is open and there's a mouse hover, the dropdown position changes. dropdown shifts on mouse hover

vrnpi commented 3 years ago

The hover bug is caused by a margin-top: 0 being inserted on hover for the dropdown class. We should either comment it out or remove it entirely

dropdown:hover .dropdown-menu {
    margin-top: 0; /* we need to remove this line of code */
}
shivamragnar commented 3 years ago

Closing as it is fixed now.