Remove scrollbar in Safari in repo settings page

Closes #47410.
This commit is contained in:
gfyoung 2018-06-14 00:39:20 -07:00
parent bb0875a67a
commit 16854ee6f8
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