1
0
mirror of https://github.com/thebaer/MMRA synced 2024-11-13 10:11:01 +00:00
MMRA/medium.css

17 lines
341 B
CSS
Raw Permalink Normal View History

2018-04-10 16:04:55 +00:00
/**
* medium.css
* Contains default styles to inject into Medium publications.
*/
.postMeterBar,
.openInAppButton,
.js-stickyFooter,
.js-upgradeMembershipAction,
.butterBar--privacy {
display: none;
}
2018-04-17 22:51:34 +00:00
/* Makes the page scrollable after hiding "Pardon the interruption" popup */
html.u-overflowHidden {
overflow-y: scroll !important;
2018-04-17 22:51:34 +00:00
}