feat(core): move fluid sticky transition

This commit is contained in:
alistair3149 2022-09-30 10:29:50 -04:00
parent 9b1325bcb8
commit f3e4332e61
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
position: absolute;
right: 0;
left: 0;
height: 3.5rem; // HACK: Estimated size of body-header
height: 1px;
visibility: hidden;
}

View file

@ -4,7 +4,6 @@
string html-title-heading--formatted
string html-tagline
}}
<div id="citizen-body-header-sticky-sentinel"></div>
<header class="mw-body-header">
<div class="page-heading">
<div class="firstHeading-container">
@ -14,4 +13,5 @@
<div id="siteSub">{{html-tagline}}</div>
</div>
{{>PageTools}}
</header>
</header>
<div id="citizen-body-header-sticky-sentinel"></div>