Commit a0b231ed authored by Simon Knox's avatar Simon Knox

Merge branch '281156-error-message-bar-overflows-old-boards-and-swimlanes-sidebar' into 'master'

Fix overlap of error message and sidebar on boards

See merge request gitlab-org/gitlab!70030
parents 54761d33 da57dc64
...@@ -430,6 +430,10 @@ ...@@ -430,6 +430,10 @@
height: $input-height; height: $input-height;
} }
.issue-boards-content {
isolation: isolate;
}
.issue-boards-content.is-focused { .issue-boards-content.is-focused {
position: fixed; position: fixed;
width: 100%; width: 100%;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment