1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-16 18:23:16 +00:00

Reserve 50px for fixedheader slot to prevent layout shift on load

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
alexandrev-tibco
2026-05-05 14:31:45 +02:00
parent a480a05e03
commit 5e7b1c0764
+3 -1
View File
@@ -1033,9 +1033,11 @@ a:focus-visible {
color: #007acc;
}
/* EthicalAds — fixedheader stays native (position:fixed, full width) */
/* EthicalAds — fixedheader: reserve 50px so layout doesn't jump on load */
.ea-header-slot {
display: block;
min-height: 50px;
flex-shrink: 0;
}
/* EthicalAds — stickybox in result pane right column */