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:
authorgfyoung <gfyoung17@gmail.com>2018-06-14 10:39:20 +0300
committergfyoung <gfyoung17@gmail.com>2018-06-15 00:04:34 +0300
commit16854ee6f8ba80d86d47befb631da3eb44da5e76 (patch)
tree4ec75d387cc88be44132d5834ac36425c12f3c51 /app/assets/stylesheets/pages/settings.scss
parentbb0875a67a308e1c6f9a16a7fe43b066f8765a39 (diff)
Remove scrollbar in Safari in repo settings page
Closes #47410.
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 1f8e61257a9..4abb145067a 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -52,7 +52,7 @@
.settings-content {
max-height: 1px;
- overflow-y: scroll;
+ overflow-y: hidden;
padding-right: 110px;
animation: collapseMaxHeight 300ms ease-out;
// Keep the section from expanding when we scroll over it