Repository: ambari Updated Branches: refs/heads/trunk 630ecd582 -> 09b97ae69
AMBARI-20250. HiveView2.0: Misplaced download results popup when result set is longer causing UI to appear as hung (pallavkul) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/09b97ae6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/09b97ae6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/09b97ae6 Branch: refs/heads/trunk Commit: 09b97ae696373167c2254b79303dc6ca7be8f106 Parents: 630ecd5 Author: pallavkul <[email protected]> Authored: Wed Mar 1 21:45:09 2017 +0530 Committer: pallavkul <[email protected]> Committed: Wed Mar 1 21:45:09 2017 +0530 ---------------------------------------------------------------------- .../views/hive20/src/main/resources/ui/app/styles/app.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/09b97ae6/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss ---------------------------------------------------------------------- diff --git a/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss b/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss index 2824dc6..6b7fc6a 100644 --- a/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss +++ b/contrib/views/hive20/src/main/resources/ui/app/styles/app.scss @@ -947,4 +947,9 @@ rect.operator__box { .tez-ui { width:100%; height:600px; -} \ No newline at end of file +} + +.ember-modal-dialog { + margin-top: auto !important; + top: 200px !important; +}
