#12 Fixed issue that last dropdown will pop in wrong position #17

Merged
Serraniel merged 1 commit from feature/#12-search-input-with-hotkey into develop 2020-08-04 11:23:58 +02:00
Serraniel commented 2020-07-29 20:07:14 +02:00 (Migrated from github.com)

This should fix the bug of last dropdown popping in wrong position from #12.

This should fix the bug of last dropdown popping in wrong position from #12.
Serraniel commented 2020-07-29 20:07:48 +02:00 (Migrated from github.com)

This should fix your issue I think.

image

This should fix your issue I think. ![image](https://user-images.githubusercontent.com/8461282/88836561-29f02800-d1d7-11ea-85ce-d991750fa3b5.png)
kaffem commented 2020-07-29 21:02:27 +02:00 (Migrated from github.com)

Yes, this does fix the issue; it's similiar to what I had.
menu.querySelectorAll('ul.dropdown').forEach(item => item.style.right = 'auto');

Yes, this does fix the issue; it's similiar to what I had. `menu.querySelectorAll('ul.dropdown').forEach(item => item.style.right = 'auto');`
Serraniel commented 2020-07-29 22:25:52 +02:00 (Migrated from github.com)

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.

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.
kaffem (Migrated from github.com) approved these changes 2020-08-04 03:54:26 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#17
No description provided.