You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2015/12/16 05:29:22 UTC

incubator-zeppelin git commit: fixing z-index for all modals, backdrop and popups

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 3dd77d15a -> 4a1edd525


fixing z-index for all modals, backdrop and popups

### What is this PR for?
This fixes z-index for all modals, backdrop.

### What type of PR is it?
Bug Fix

### Screenshots

Before:

<img width="1440" alt="screen shot 2015-12-15 at 4 46 55 pm" src="https://cloud.githubusercontent.com/assets/674497/11809252/90555846-a34b-11e5-9bcd-76e684379359.png">

<img width="1440" alt="screen shot 2015-12-15 at 4 47 30 pm" src="https://cloud.githubusercontent.com/assets/674497/11809253/90598678-a34b-11e5-9bc8-2da6d175134b.png">

After:

<img width="1440" alt="screen shot 2015-12-15 at 4 47 05 pm" src="https://cloud.githubusercontent.com/assets/674497/11809254/90599230-a34b-11e5-83f6-810f2e246f69.png">

<img width="1440" alt="screen shot 2015-12-15 at 4 47 17 pm" src="https://cloud.githubusercontent.com/assets/674497/11809255/905bc28a-a34b-11e5-9d5f-138efe3be08f.png">

Author: Prabhjyot Singh <pr...@gmail.com>

Closes #535 from prabhjyotsingh/fixingZIndex and squashes the following commits:

c0bb62f [Prabhjyot Singh] fixing z-index for all modals, backdrop and popups


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/4a1edd52
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/4a1edd52
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/4a1edd52

Branch: refs/heads/master
Commit: 4a1edd525b31e5c6de41c3598ce921b82b7abeeb
Parents: 3dd77d1
Author: Prabhjyot Singh <pr...@gmail.com>
Authored: Tue Dec 15 16:44:26 2015 +0530
Committer: Lee moon soo <mo...@apache.org>
Committed: Wed Dec 16 13:30:42 2015 +0900

----------------------------------------------------------------------
 zeppelin-web/src/app/home/home.css | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/4a1edd52/zeppelin-web/src/app/home/home.css
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/home/home.css b/zeppelin-web/src/app/home/home.css
index c5f79e1..62bef10 100644
--- a/zeppelin-web/src/app/home/home.css
+++ b/zeppelin-web/src/app/home/home.css
@@ -318,6 +318,14 @@ This part should be removed when new version of bootstrap handles this issue.
   float: left;
 }
 
+.modal-backdrop {
+  z-index: 10002 !important;
+}
+
+.modal-dialog, .modal {
+  z-index: 10003 !important;
+}
+
 #noteImportModal .modal-body {
   min-height: 420px;
   overflow: hidden;