2018-04-10 16:04:55 +00:00
|
|
|
/**
|
|
|
|
* medium.css
|
|
|
|
* Contains default styles to inject into Medium publications.
|
|
|
|
*/
|
2018-04-10 16:22:06 +00:00
|
|
|
.postMeterBar,
|
|
|
|
.openInAppButton,
|
2018-04-10 16:26:53 +00:00
|
|
|
.js-stickyFooter,
|
2018-04-17 22:36:36 +00:00
|
|
|
.js-upgradeMembershipAction,
|
2018-04-26 02:39:17 +00:00
|
|
|
.butterBar--privacy {
|
2018-04-10 15:58:44 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2018-04-17 22:51:34 +00:00
|
|
|
|
2018-04-26 00:39:10 +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
|
|
|
}
|