Commit fd34c9d6 authored by Phil Hughes's avatar Phil Hughes

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
parents fb08183e 16854ee6
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
.settings-content { .settings-content {
max-height: 1px; max-height: 1px;
overflow-y: scroll; overflow-y: hidden;
padding-right: 110px; padding-right: 110px;
animation: collapseMaxHeight 300ms ease-out; animation: collapseMaxHeight 300ms ease-out;
// Keep the section from expanding when we scroll over it // Keep the section from expanding when we scroll over it
......
---
title: Remove scrollbar in Safari in repo settings page
merge_request: 19809
author: gfyoung
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment