Skip to content

Commit 30a1050

Browse files
committed
revert add shadow nav. (invisible nav dropdown menu issue)
1 parent 78bf377 commit 30a1050

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

zeppelin-web/src/app/home/home.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ body.asIframe {
3636
}
3737

3838
body .navbar {
39-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
4039
margin-bottom: 0;
4140
}
4241

zeppelin-web/src/app/notebook/notebook.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
.navbar-fixed-top,
7878
.navbar-fixed-top .dropdown-menu {
79-
z-index: 2000;
79+
z-index: 10002;
8080
}
8181

8282
.noteAction {

0 commit comments

Comments
 (0)