Commit 1e107dd5 authored by Winnie Hellmann's avatar Winnie Hellmann

Make issue boards sidebar full height in focus mode

parent 9a1ca575
...@@ -80,6 +80,11 @@ ...@@ -80,6 +80,11 @@
.boards-list { .boards-list {
height: calc(100vh - 50px); height: calc(100vh - 50px);
} }
.issue-boards-sidebar {
height: 100%;
top: 0;
}
} }
} }
......
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