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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user