Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
16854ee6
Commit
16854ee6
authored
Jun 14, 2018
by
gfyoung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove scrollbar in Safari in repo settings page
Closes #47410.
parent
bb0875a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/stylesheets/pages/settings.scss
app/assets/stylesheets/pages/settings.scss
+1
-1
changelogs/unreleased/safari-scrollbar-bug.yml
changelogs/unreleased/safari-scrollbar-bug.yml
+5
-0
No files found.
app/assets/stylesheets/pages/settings.scss
View file @
16854ee6
...
...
@@ -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
...
...
changelogs/unreleased/safari-scrollbar-bug.yml
0 → 100644
View file @
16854ee6
---
title
:
Remove scrollbar in Safari in repo settings page
merge_request
:
19809
author
:
gfyoung
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment