Skip to content

Commit 00ae672

Browse files
committed
fix: Increase z-index of content sidebar
#396
1 parent 300f17c commit 00ae672

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/rocm_docs/rocm_docs_theme/static/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,7 @@ a#ot-sdk-btn {
216216
transform: rotate(0);
217217
}
218218
}
219+
220+
.bd-sidebar-secondary {
221+
z-index: 10001;
222+
}

0 commit comments

Comments
 (0)