Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
[AIRFLOW-6697] fix modal_backdrop z-index (apache#7313)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCoder01 authored and galuszkak committed Mar 5, 2020
1 parent 0b759a3 commit fb1360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ a.navbar-brand span {
color: white;
}
.modal-backdrop{
z-index: 0;
z-index: 2;
position: fixed;
}
.modal-content{
Expand Down

0 comments on commit fb1360d

Please sign in to comment.