diff --git a/web/pgadmin/static/js/Theme/index.jsx b/web/pgadmin/static/js/Theme/index.jsx index 18f45b856e0..e6276ab54e5 100644 --- a/web/pgadmin/static/js/Theme/index.jsx +++ b/web/pgadmin/static/js/Theme/index.jsx @@ -289,6 +289,7 @@ basicSettings = createTheme(basicSettings, { MuiTooltip: { defaultProps: { arrow: true, + disableInteractive: true }, styleOverrides: { popper: { diff --git a/web/pgadmin/tools/sqleditor/static/js/components/sections/StatusBar.jsx b/web/pgadmin/tools/sqleditor/static/js/components/sections/StatusBar.jsx index 151fce51df1..3f31ed4a2e0 100644 --- a/web/pgadmin/tools/sqleditor/static/js/components/sections/StatusBar.jsx +++ b/web/pgadmin/tools/sqleditor/static/js/components/sections/StatusBar.jsx @@ -128,7 +128,7 @@ export function StatusBar({eol, handleEndOfLineChange}) { - +