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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-22 09:08:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-22 09:08:26 +0300
commit675e3de0be2c28ce7b94264debbde39bbde760a2 (patch)
treee313f096eca675dc9c9b721c596bd78f5cd97603 /app/assets/stylesheets
parentdc3735fabb211b07347e58a667b1fa9a15aa7b68 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-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 202e65bdeec..9413007e848 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -130,6 +130,7 @@
bottom: var(--review-bar-height, 0px);
right: 0;
transition: width $sidebar-transition-duration;
+ background-color: $white;
z-index: 200;
overflow: hidden;