nav: remove sticky header print style #151

This commit is contained in:
Sören Weber 2022-02-22 20:41:48 +01:00
parent 48a56ddefd
commit 81c1396f66
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -105,9 +105,6 @@ hr{
/* the header is sticky which is not suitable for print; */
position: inherit; /* IE11 doesn't know "initial" here */
}
#top-bar.is-sticky {
box-shadow: initial;
}
#body .tab-nav-button:not(.active) {
opacity: .5;
}