Skip to content

Commit 28dcf94

Browse files
authored
Merge pull request #436 from samjwu/css
CSS Adjustments for Sidebar and Footer
2 parents 300f17c + eba74d8 commit 28dcf94

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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+
}

src/rocm_docs/rocm_docs_theme/static/rocm_footer.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ footer.rocm-footer {
33
color: #fff;
44
padding: 1rem;
55
z-index: 9999;
6+
padding-top: 0px;
7+
padding-bottom: 0px;
68
}
79
footer.rocm-footer a:not(.klavika-font) {
810
color: #9d9fa2;

0 commit comments

Comments
 (0)