xadamxk / HFX2.0

:toolbox: Native-web extension that adds over 50 features to hackforums.net
https://chrome.google.com/webstore/detail/hf-xtension/hcfofmfmidhgbblcnnipcphhegcmdeeb
38 stars 7 forks source link

Sticky header + notifications: shows notifications at top of page #269

Open yani opened 1 year ago

yani commented 1 year ago

When using the sticky header, clicking the notifications icon opens the notification popup at the top of the page, and not in the visible viewport.

xadamxk commented 1 year ago

The alert menu uses notify to make a window (#notify-dragger) at the top of the page and not the current view. Not sure if notify allows params to override this behavior or not, but I can look into it.