Merge branch 'safari-scrollbar-bug' into 'master'

Remove scrollbar in Safari in repo settings page

Closes #47410

See merge request gitlab-org/gitlab-ce!19809
This commit is contained in:
Phil Hughes 2018-06-15 07:40:37 +00:00
commit fd34c9d6fe
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Remove scrollbar in Safari in repo settings page
merge_request: 19809
author: gfyoung
type: fixed