diff --git a/web/pgadmin/static/css/backgrid/backgrid-sizeable-columns.css b/web/pgadmin/static/css/backgrid/backgrid-sizeable-columns.css
index f4f20b4..76c7ba6 100644
--- a/web/pgadmin/static/css/backgrid/backgrid-sizeable-columns.css
+++ b/web/pgadmin/static/css/backgrid/backgrid-sizeable-columns.css
@@ -6,6 +6,7 @@
  Licensed under the MIT @license.
  */
 table.backgrid {
+    overflow: hidden;
     position: relative;
 }

diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css
index e46d6d0..141382c 100755
--- a/web/pgadmin/static/css/overrides.css
+++ b/web/pgadmin/static/css/overrides.css
@@ -1348,4 +1348,8 @@ height: calc(100% - 35px);
 .pgadmin-controls input[type="checkbox"]{
   margin-left: 0 !important;
   margin-top: 10px !important;
-}
\ No newline at end of file
+}
+
+table.backgrid {
+  overflow: auto;
+}
