Skip to content

Commit ee08190

Browse files
vishaldevgireGaneshSPatil
authored andcommitted
Decrease z-index to make admin menu render on top of console controls (#5659)
1 parent e36324c commit ee08190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/webapp/WEB-INF/rails/app/assets/javascripts/console_log_tailing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
bottomActionBar = activeTab.find('.console-footer-action-bar');
6464

6565
topActionBar.pinOnScroll({
66-
'z-index': 100,
66+
'z-index': 9,
6767
top: 90,
6868
requiredScroll: 233
6969
});

0 commit comments

Comments
 (0)