Skip to content

Commit 54c2c5a

Browse files
author
Jacek Gębal
committed
Fix topbar settings for utPLSQL documentation
1 parent 3c9dbed commit 54c2c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/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)