Can we disable this? Every time I move my mouse around I get a half screen dropdown. And it is almost in the middle of the screen also! (ultra-wide monitor) edit: found a workaround, I installed the Stylish browser extension. it lets you edit the CSS of the page. create a script with this button[class="a-navigationBarItem"][class="-logo"][class*="-large"] { pointer-events: none; } problem "solved" ... note: it will completely disable the big button. though I never used it anyway. edit 2: or you can do [data-rsi-component="PlatformBar"] { display: none; } and get rid of the entire header, thank you @Stormaar for the suggestion (you can do the same in uBlock if you want)