mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: hide sticky breadcrumbs for printing #93
This commit is contained in:
parent
0058c51b32
commit
5ad6824912
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue