summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/new_sidebar.scss
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-08-02 18:13:47 -0500
committerMike Greiling <mike@pixelcog.com>2017-08-04 15:52:55 -0500
commit12c6abf9db0456c3a68b0a69a9b9022882755be0 (patch)
tree4ae999cc2262d32ca890636a2bc1c40ad85a8652 /app/assets/stylesheets/new_sidebar.scss
parent825224ba13c636ed92262d1c7a07e77bf5f98543 (diff)
downloadgitlab-ce-12c6abf9db0456c3a68b0a69a9b9022882755be0.tar.gz
remove nicescroll from jobs page and remove the library from common.bundle.js
Diffstat (limited to 'app/assets/stylesheets/new_sidebar.scss')
-rw-r--r--app/assets/stylesheets/new_sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index 3d202183c82..bfe4d249b7d 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -21,7 +21,7 @@ $new-sidebar-width: 220px;
// Override position: absolute
.right-sidebar {
position: fixed;
- height: 100%;
+ height: calc(100% - #{$header-height});
}
.issues-bulk-update.right-sidebar.right-sidebar-expanded .issuable-sidebar-header {