summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/boards.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 83f899164a9..4d358f96c92 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -284,9 +284,12 @@
.issue-boards-sidebar {
&.right-sidebar {
- position: absolute;
- top: 0;
+ top: 153px;
bottom: 0;
+
+ @media (min-width: $screen-sm-min) {
+ top: 220px;
+ }
}
.issuable-sidebar-header {