Skip to content

Commit 1171ada

Browse files
committed
fix: header separator z-index
1 parent f882756 commit 1171ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sphinx_breeze_theme/assets/styles

src/sphinx_breeze_theme/assets/styles/utils.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ object.align-center,
9696

9797
.bz-header-separator {
9898
position: sticky;
99-
z-index: 1000;
99+
z-index: 999;
100100
border: none;
101101
height: 9px;
102102
margin: -8px 0 0 0;

0 commit comments

Comments
 (0)