We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8362a18 commit 83ed897Copy full SHA for 83ed897
assets/base.css
@@ -377,16 +377,20 @@ pre {
377
378
.sticky-header-hidden,
379
.sticky-header-stuck {
380
+ position: sticky;
381
+ top: 0;
382
+ z-index: 10;
383
+ will-change: transform;
384
transition: all var(--duration-medium) ease-out;
385
}
386
387
.sticky-header-hidden {
388
transform: translateY(-100%);
389
+ box-shadow: none;
390
391
392
393
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
- position: sticky;
394
transform: translateY(0);
395
396
0 commit comments