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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
9b9ad44d
Commit
9b9ad44d
authored
Apr 11, 2017
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Let browser set overflow-x scroll on user activity calendar.
parent
04a3e60e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/assets/stylesheets/framework/calendar.scss
app/assets/stylesheets/framework/calendar.scss
+1
-1
changelogs/unreleased/user-activity-scroll-bar.yml
changelogs/unreleased/user-activity-scroll-bar.yml
+4
-0
No files found.
app/assets/stylesheets/framework/calendar.scss
View file @
9b9ad44d
...
...
@@ -5,7 +5,7 @@
direction
:
rtl
;
@media
(
min-width
:
$screen-sm-min
)
and
(
max-width
:
$screen-md-max
)
{
overflow-x
:
scroll
;
overflow-x
:
auto
;
}
}
...
...
changelogs/unreleased/user-activity-scroll-bar.yml
0 → 100644
View file @
9b9ad44d
---
title
:
Fix preemptive scroll bar on user activity calendar.
merge_request
:
!10636
author
:
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