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>2020-11-02 12:08:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-02 12:08:35 +0300
commit94823a9248837114ec84582f83b642ec45fe68ad (patch)
treeb8e9fec80a6df5af5449ab47e46a2570da183426 /app/assets/stylesheets/components/whats_new.scss
parent26c50e0eb9e1513e60e3a38e538f25f682146ac6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/components/whats_new.scss')
-rw-r--r--app/assets/stylesheets/components/whats_new.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/whats_new.scss b/app/assets/stylesheets/components/whats_new.scss
index 6c58346b750..87d5dfd84a4 100644
--- a/app/assets/stylesheets/components/whats_new.scss
+++ b/app/assets/stylesheets/components/whats_new.scss
@@ -1,6 +1,11 @@
.whats-new-drawer {
margin-top: $header-height;
@include gl-shadow-none;
+ overflow-y: hidden;
+
+ .gl-infinite-scroll-legend {
+ @include gl-display-none;
+ }
}
.with-performance-bar .whats-new-drawer {