Skip to content

Commit b983b09

Browse files
Fixed an issue where drop-down menus were hidden behind the dock. #8439
1 parent 53077b6 commit b983b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pgadmin/static/js/Theme/overrides/szhmenu.override.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function szhMenuOverride(theme) {
1111
return {
1212
'& .szh-menu': {
1313
padding: '4px 0px',
14-
zIndex: 1005,
14+
zIndex: 1081,
1515
backgroundColor: theme.palette.background.default,
1616
color: theme.palette.text.primary,
1717
border: `1px solid ${theme.otherVars.borderColor}`

0 commit comments

Comments
 (0)