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
56e5160e
Commit
56e5160e
authored
Mar 19, 2018
by
Lukas Eipert
Committed by
Phil Hughes
Mar 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue Boards: Ensure that horizontal scroll bars are shown on overflow
parent
c8c76ee8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+3
-3
ee/changelogs/unreleased/2680-focus-mode-of-issues-board-hides-scrollbar.yml
...eased/2680-focus-mode-of-issues-board-hides-scrollbar.yml
+5
-0
No files found.
app/assets/stylesheets/pages/boards.scss
View file @
56e5160e
...
...
@@ -68,7 +68,7 @@
white-space
:
nowrap
;
}
@media
(
min-width
:
$screen-
sm
-min
)
{
@media
(
min-width
:
$screen-
md
-min
)
{
.issue-boards-content.is-focused
{
position
:
fixed
;
width
:
100%
;
...
...
@@ -79,7 +79,8 @@
z-index
:
9000
;
.boards-list
{
height
:
calc
(
100vh
-
50px
);
height
:
calc
(
100vh
-
#{
$issue-boards-filter-height
}
);
overflow-x
:
scroll
;
}
.issue-boards-sidebar
{
...
...
@@ -690,7 +691,6 @@
font-size
:
9px
;
line-height
:
15px
;
border-radius
:
50%
;
}
.modal-filters
{
...
...
ee/changelogs/unreleased/2680-focus-mode-of-issues-board-hides-scrollbar.yml
0 → 100644
View file @
56e5160e
---
title
:
'
Issue
Boards:
Ensure
that
horizontal
scroll
bars
are
shown
on
overflow'
merge_request
:
4944
author
:
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