Merge branch 'user-activity-scroll-bar' into 'master'
Set user contribution calendar `overflow-x: scroll` more precisely Closes #30738 See merge request !10636
This commit is contained in:
commit
376f2891f1
2 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
direction: rtl;
|
||||
|
||||
@media (min-width: $screen-sm-min) and (max-width: $screen-md-max) {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
4
changelogs/unreleased/user-activity-scroll-bar.yml
Normal file
4
changelogs/unreleased/user-activity-scroll-bar.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix preemptive scroll bar on user activity calendar.
|
||||
merge_request: !10636
|
||||
author:
|
Loading…
Reference in a new issue