JensSpahnpasta@feddit.org to Technology@lemmy.worldEnglish · 3 months agoThe 49MB Web Pagethatshubham.comexternal-linkmessage-square63linkfedilinkarrow-up1403arrow-down16cross-posted to: technology@beehaw.orgwebdev@programming.devprivacy@programming.devprivacy@lemmy.mlhackernews@lemmy.bestiver.setechnology@lemmit.online
arrow-up1397arrow-down1external-linkThe 49MB Web Pagethatshubham.comJensSpahnpasta@feddit.org to Technology@lemmy.worldEnglish · 3 months agomessage-square63linkfedilinkcross-posted to: technology@beehaw.orgwebdev@programming.devprivacy@programming.devprivacy@lemmy.mlhackernews@lemmy.bestiver.setechnology@lemmit.online
minus-squareMonkderVierte@lemmy.ziplinkfedilinkEnglisharrow-up2·edit-23 months agoI have this usercss: [data-testid="header"], [data-mobile-fixed="1"], [data-remove-fixed="0"] { position: absolute !important; width: 100%; } main { padding-top: 2rem !important; } Works well enough on most sites. And on those it doesn’t, you can easily exclude. Can likely be expanded, but adding just header broke more than it fixed.
I have this usercss:
[data-testid="header"], [data-mobile-fixed="1"], [data-remove-fixed="0"] { position: absolute !important; width: 100%; } main { padding-top: 2rem !important; }Works well enough on most sites. And on those it doesn’t, you can easily exclude.
Can likely be expanded, but adding just
headerbroke more than it fixed.