You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/11/26 14:35:45 UTC

incubator-airflow git commit: [AIRFLOW-1845] Modal background now covers long or tall pages

Repository: incubator-airflow
Updated Branches:
  refs/heads/master d76bf76de -> 87c6c8352


[AIRFLOW-1845] Modal background now covers long or tall pages

If the page was scrolled before the dialog was
displayed then the grey
background would not cover the whole page
correctly.

Closes #2813 from ashb/AIRFLOW-1845-modal-
background-on-long-pages


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/87c6c835
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/87c6c835
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/87c6c835

Branch: refs/heads/master
Commit: 87c6c83525ae2dc6f55e09e5e960dd47c5fa5acc
Parents: d76bf76
Author: Ash Berlin-Taylor <as...@firemirror.com>
Authored: Sun Nov 26 15:35:38 2017 +0100
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Sun Nov 26 15:35:38 2017 +0100

----------------------------------------------------------------------
 airflow/www/static/main.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/87c6c835/airflow/www/static/main.css
----------------------------------------------------------------------
diff --git a/airflow/www/static/main.css b/airflow/www/static/main.css
index 76d5497..57164b9 100644
--- a/airflow/www/static/main.css
+++ b/airflow/www/static/main.css
@@ -26,6 +26,7 @@ a.navbar-brand span {
 }
 .modal-backdrop{
     z-index: 0;
+    position: fixed;
 }
 .modal-content{
     z-index: 5;