Commit c3813d29 by kevalbhatt Committed by Nixon

ATLAS-1732 : After Zoom_out from Lineage view scroll stopped working

parent b1fd6995
......@@ -19,7 +19,7 @@
//tag.scss
.tag-tree {
padding: 0;
overflow: auto;
// overflow: auto;
li {
list-style: none;
cursor: pointer;
......
......@@ -431,6 +431,7 @@ define(['require', 'utils/Globals', 'pnotify', 'utils/Messages', 'pnotify.button
//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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment