mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-04 17:53:18 +08:00
theme: hide sticky breadcrumbs for printing #93
This commit is contained in:
parent
0058c51b32
commit
5ad6824912
@ -73,9 +73,11 @@ hr{
|
||||
}
|
||||
#top-bar{
|
||||
/* the header is sticky which is not suitable for print; */
|
||||
box-shadow: initial;
|
||||
position: inherit; /* IE11 doesn't know "initial" here */
|
||||
}
|
||||
#top-bar.is-sticky {
|
||||
box-shadow: initial;
|
||||
}
|
||||
#body .tab-nav-button:not(.active) {
|
||||
opacity: .5;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user