parent
bb0875a67a
commit
16854ee6f8
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
5
changelogs/unreleased/safari-scrollbar-bug.yml
Normal file
5
changelogs/unreleased/safari-scrollbar-bug.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Remove scrollbar in Safari in repo settings page
|
||||
merge_request: 19809
|
||||
author: gfyoung
|
||||
type: fixed
|
Loading…
Reference in a new issue