Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-08-08 01:46:22 +0300
committerMike Greiling <mike@pixelcog.com>2017-08-08 01:46:22 +0300
commit5920c18396538b3206431c595aa4d6f2f56641b1 (patch)
tree4d91a9c02e1f61c47dca9ffca3c91b17cdb85a6f /app/assets/stylesheets/pages/repo.scss
parentb11e98029fa98f8603bf48c2e526a038b73ec827 (diff)
increase z-index on confirmation modal
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 76aa994f023..ad17078c98a 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -15,6 +15,7 @@
.modal.popup-dialog {
display: block;
background-color: $black-transparent;
+ z-index: 2100;
@media (min-width: $screen-md-min) {
.modal-dialog {