Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit e824d76

Browse files
authored
Ensure "On this page" is above example boxes and remove unused, empty CSS file (#1313)
1 parent ae5c9e3 commit e824d76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

styles/page-toc.css

Whitespace-only changes.

styles/site.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ h6:hover a.anchor-link,
9090
}
9191

9292
.page-toc {
93+
position: relative;
94+
z-index: 999;
9395
float: right;
9496
background: #f8f8f8;
9597
border: 1px solid rgba(0, 0, 0, 0.07);

0 commit comments

Comments
 (0)