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
a8a73f8b
Commit
a8a73f8b
authored
Apr 22, 2021
by
Florie Guibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug Swimlanes headers partially sticky
parent
ed19a0bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
ee/app/assets/javascripts/boards/components/epics_swimlanes.vue
.../assets/javascripts/boards/components/epics_swimlanes.vue
+1
-1
ee/app/assets/stylesheets/page_bundles/boards.scss
ee/app/assets/stylesheets/page_bundles/boards.scss
+4
-0
ee/changelogs/unreleased/bugfix-swimlanes-sticky-headers.yml
ee/changelogs/unreleased/bugfix-swimlanes-sticky-headers.yml
+5
-0
No files found.
ee/app/assets/javascripts/boards/components/epics_swimlanes.vue
View file @
a8a73f8b
...
...
@@ -178,7 +178,7 @@ export default {
data_qa_selector=
"board_epics_swimlanes"
>
<swimlanes-loading-skeleton
v-if=
"isLoading"
/>
<div
v-else
>
<div
v-else
class=
"board-swimlanes-content"
>
<component
:is=
"treeRootWrapper"
v-bind=
"treeRootOptions"
...
...
ee/app/assets/stylesheets/page_bundles/boards.scss
View file @
a8a73f8b
...
...
@@ -100,6 +100,10 @@
.board-swimlanes
{
overflow-x
:
auto
;
.board-swimlanes-content
{
height
:
fit-content
;
}
.board-add-new-list
{
height
:
calc
(
100%
-
1rem
);
}
...
...
ee/changelogs/unreleased/bugfix-swimlanes-sticky-headers.yml
0 → 100644
View file @
a8a73f8b
---
title
:
Fix Swimlanes sticky headers
merge_request
:
59944
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