#12 Fixed issue that last dropdown will pop in wrong position #17
No reviewers
Labels
No labels
dependencies
Priority: Critical
Priority: High
Priority: Low
Priority: Medium
State: Abandoned
State: Blocked
State: Completed
State: In progress
State: New
State: On Hold
State: Pending
State: Review needed
State: Waiting for release
Type: Bug
Type: Enhancement
Type: Maintenance
Type: Question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Serraniel/AniwatchPlus#17
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/#12-search-input-with-hotkey"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should fix the bug of last dropdown popping in wrong position from #12.
This should fix your issue I think.
Yes, this does fix the issue; it's similiar to what I had.
menu.querySelectorAll('ul.dropdown').forEach(item => item.style.right = 'auto');
I think I will keep it as it is for now to perform only necessary changes. The other dropdowns also should have
right: auto
by default.