Repository: incubator-zeppelin Updated Branches: refs/heads/master 52901deee -> 5d7299907
ZEPPELIN-563 ] revert add shadow nav. (invisible nav dropdown menu issue) ### What is this PR for? The nav Dropdown menu of Zeppelin invisible. "You can not choose the create note reports, including in situations where the notebook. Cause is due to having been lowered by the z-index 2000. ### What type of PR is it? Hot Fix ### Todos * [x] - Revert code (https://github.com/apache/incubator-zeppelin/pull/564) ### Is there a relevant Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-563?jql=project%20%3D%20ZEPPELIN ### How should this be tested? Outline the steps to test the PR here. click to nav dropdown menu in notebook page. ### Screenshots (if appropriate) <img width="233" alt="dropdown" src="https://cloud.githubusercontent.com/assets/10525473/12134100/bda5b476-b3e0-11e5-9121-f019e9021686.png"> ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Estail7s <[email protected]> Closes #602 from cloverhearts/ZEPPELIN-563 and squashes the following commits: 30a1050 [Estail7s] revert add shadow nav. (invisible nav dropdown menu issue) Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/5d729990 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/5d729990 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/5d729990 Branch: refs/heads/master Commit: 5d7299907311ec857256c7b7e82e42b4c193dc9b Parents: 52901de Author: Estail7s <[email protected]> Authored: Tue Jan 5 19:12:01 2016 -0800 Committer: Damien CORNEAU <[email protected]> Committed: Wed Jan 6 15:58:02 2016 +0900 ---------------------------------------------------------------------- zeppelin-web/src/app/home/home.css | 1 - zeppelin-web/src/app/notebook/notebook.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5d729990/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 9f28124..6130c2e 100644 --- a/zeppelin-web/src/app/home/home.css +++ b/zeppelin-web/src/app/home/home.css @@ -36,7 +36,6 @@ body.asIframe { } body .navbar { - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); margin-bottom: 0; } http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/5d729990/zeppelin-web/src/app/notebook/notebook.css ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/app/notebook/notebook.css b/zeppelin-web/src/app/notebook/notebook.css index 70dc04a..b41bdb4 100644 --- a/zeppelin-web/src/app/notebook/notebook.css +++ b/zeppelin-web/src/app/notebook/notebook.css @@ -76,7 +76,7 @@ .navbar-fixed-top, .navbar-fixed-top .dropdown-menu { - z-index: 2000; + z-index: 10002; } .noteAction {
