Ao3 menu dropdowns are no longer visible at hover, you have to click the main menu entry instead
이 스크립트의 모든 버전입니다. 코드가 바뀐 버전만 보기
extended so the same logic applies to the "Hi [user]!" and Post dropdowns on the right side of the header
fix: when mouse moves away and dropdown closes, you had to click twice to show the same menu again (1st click -> close already invisible menu, 2nd click -> reopen). now the .open CSS class gets reset as well so Bootstrap knows the next click needs to reopen the menu immediately.