Skip to content

Commit ede6202

Browse files
authored
fix(docs): keep right menu below sticky header (apache#1425)
Signed-off-by: w3lld1 <42353747+w3lld1@users.noreply.github.com>
1 parent 29f50d6 commit ede6202

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • websites/apidocs/Templates/LuceneTemplateAssets/styles

websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,9 +780,9 @@ button:focus-visible {
780780
width: auto !important; /* back to natural width */
781781
}
782782

783-
/* Reverts 9.1 sideaffix margin change, so they are more uniform with the desktop mode one */
783+
/* Keep the right affix below the wrapped sticky header */
784784
.sideaffix {
785-
margin-top: 50px !important;
785+
margin-top: 100px !important;
786786
}
787787
}
788788

0 commit comments

Comments
 (0)