Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
c3813d29
Commit
c3813d29
authored
8 years ago
by
kevalbhatt
Committed by
Nixon
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1732 : After Zoom_out from Lineage view scroll stopped working
parent
b1fd6995
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
tag.scss
dashboardv2/public/css/scss/tag.scss
+1
-1
Utils.js
dashboardv2/public/js/utils/Utils.js
+1
-0
No files found.
dashboardv2/public/css/scss/tag.scss
View file @
c3813d29
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
//tag.scss
//tag.scss
.tag-tree
{
.tag-tree
{
padding
:
0
;
padding
:
0
;
overflow
:
auto
;
//
overflow: auto;
li
{
li
{
list-style
:
none
;
list-style
:
none
;
cursor
:
pointer
;
cursor
:
pointer
;
...
...
This diff is collapsed.
Click to expand it.
dashboardv2/public/js/utils/Utils.js
View file @
c3813d29
...
@@ -431,6 +431,7 @@ define(['require', 'utils/Globals', 'pnotify', 'utils/Messages', 'pnotify.button
...
@@ -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.
//first show body to get width and height for postion then trigger the event.
$
(
this
).
trigger
(
'fullscreen_done'
,
[
$
(
this
).
parents
(
'.panel'
)]);
$
(
this
).
trigger
(
'fullscreen_done'
,
[
$
(
this
).
parents
(
'.panel'
)]);
}
else
if
(
panelBody
.
hasClass
(
'full-visible'
))
{
}
else
if
(
panelBody
.
hasClass
(
'full-visible'
))
{
$
(
'body'
).
removeAttr
(
"style"
);
$
(
this
).
trigger
(
'fullscreen_done'
,
[
$
(
this
).
parents
(
'.panel'
)]);
$
(
this
).
trigger
(
'fullscreen_done'
,
[
$
(
this
).
parents
(
'.panel'
)]);
//first trigger the event to getwidth and height for postion then hide body.
//first trigger the event to getwidth and height for postion then hide body.
panelBody
.
hide
();
panelBody
.
hide
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment