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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 17:18:59 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 17:18:59 +0300
commit034c8885a0112809dfc1e671e729c7f5e65dd43a (patch)
tree8e05335f9464203fdba9671def3063657d48d20d /app/assets/stylesheets/pages/issuable.scss
parent7ccaa27f899dfbc96b23d98ee415b5daf80dd336 (diff)
parentd8a1ea0c4f153537364b84654b07e5bf76d967e3 (diff)
Merge branch '30587-pipeline-icon-z' into 'master'
resolve "Status icons overlap sidebar on mobile" Closes #30587 See merge request !10525
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index e84a05e3e9e..0bca3e93e4c 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -196,6 +196,7 @@
transition: width .3s;
background: $gray-light;
padding: 10px 20px;
+ z-index: 2;
&.right-sidebar-expanded {
width: $gutter_width;