We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 300f17c + eba74d8 commit 28dcf94Copy full SHA for 28dcf94
src/rocm_docs/rocm_docs_theme/static/custom.css
@@ -216,3 +216,7 @@ a#ot-sdk-btn {
216
transform: rotate(0);
217
}
218
219
+
220
+.bd-sidebar-secondary {
221
+ z-index: 10001;
222
+}
src/rocm_docs/rocm_docs_theme/static/rocm_footer.css
@@ -3,6 +3,8 @@ footer.rocm-footer {
3
color: #fff;
4
padding: 1rem;
5
z-index: 9999;
6
+ padding-top: 0px;
7
+ padding-bottom: 0px;
8
9
footer.rocm-footer a:not(.klavika-font) {
10
color: #9d9fa2;
0 commit comments