Merge pull request #281 from lbryio/inline_headers

remove sticky headers
This commit is contained in:
netop:// ウェッブ 2019-06-07 10:30:49 -05:00 committed by GitHub
commit 1f9e991094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,11 +22,7 @@
color: $lbry-white;
padding-right: env(safe-area-inset-right);
padding-left: env(safe-area-inset-left);
position: sticky;
z-index: 2;
// GOOD OL' SAFARI
position: -webkit-sticky; // sass-lint:disable-line no-duplicate-properties
}
.page__header__title {