ATLAS-1732 : After Zoom_out from Lineage view scroll stopped working
diff --git a/dashboardv2/public/css/scss/tag.scss b/dashboardv2/public/css/scss/tag.scss
index c964da3..51c5ee0 100644
--- a/dashboardv2/public/css/scss/tag.scss
+++ b/dashboardv2/public/css/scss/tag.scss
@@ -19,7 +19,7 @@
 //tag.scss
 .tag-tree {
     padding: 0;
-    overflow: auto;
+    // overflow: auto;
     li {
         list-style: none;
         cursor: pointer;
diff --git a/dashboardv2/public/js/utils/Utils.js b/dashboardv2/public/js/utils/Utils.js
index 6a70b8c..d62a726 100644
--- a/dashboardv2/public/js/utils/Utils.js
+++ b/dashboardv2/public/js/utils/Utils.js
@@ -431,6 +431,7 @@
             //first show body to get width and height for postion then trigger the event.
             $(this).trigger('fullscreen_done', [$(this).parents('.panel')]);
         } else if (panelBody.hasClass('full-visible')) {
+            $('body').removeAttr("style");
             $(this).trigger('fullscreen_done', [$(this).parents('.panel')]);
             //first trigger the event to getwidth and height for postion then hide body.
             panelBody.hide();