https://github.com/notifications/beta
https://github.com/yourduskquibbles/webannoyances/issues/112
New github notification bar:

as long no marked done or closed by โ.
##.js-notification-top-shelf.notifications-v2.is-stuck
or maybe better:
##.js-position-sticky.is-stuck
I think github.com##.notifications-v2:style(position: static !important;) is best option
IMO no needed CSS...
without CSS won't it entirely hide the bar which serves some purpose and changes intended site functionality?
In beta mobile possible generate glitch with positon static:


@krystian3w glitch being space between header bar and notification bar on mobile?
@krystian3w glitch being space between header bar and notification bar on mobile?
I think if this is the issue you are talking about adding
github.com##.pagehead:style(position: static !important; margin-bottom: 0 !important;)
github.com##.repository-content:style(margin-top: 24px !important;)
effectively fixes this display difference between mobile & desktop. I will add this nonetheless but hoping that is what you are talking about and there is not some other issue I am not seeing.
Or visiblility: hidden (and ignore white space when slow scroll).
@krystian3w Thx for report and feedback for mobile