Skip to content

Commit dfeb278

Browse files
author
committed
Deployed 54c2c5a with MkDocs version: 1.6.1
1 parent 32e30c0 commit dfeb278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/topbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
if (!document.getElementById('utplsql-topbar-style')) {
206206
var style = document.createElement('style');
207207
style.id = 'utplsql-topbar-style';
208-
style.textContent = '.md-top { top: 4.4rem !important; }';
208+
style.textContent = '.md-top { top: 4.4rem !important; z-index: 11; }';
209209
document.head.appendChild(style);
210210
}
211211

0 commit comments

Comments
 (0)