Skip to content

Commit

Permalink
Merge pull request #1144 from airbnb/zindex
Browse files Browse the repository at this point in the history
More explicit zindex on modals
  • Loading branch information
mistercrunch committed Mar 10, 2016
2 parents db9b48d + c70d354 commit a4cf552
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion airflow/www/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ a.navbar-brand span {
color: white;
}
.modal-backdrop{
z-index: 10;
z-index: 0;
}
.modal-content{
z-index: 5;
}
nav{
-webkit-box-shadow: 0px 3px 3px #AAA;
Expand Down

0 comments on commit a4cf552

Please sign in to comment.