Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-18 02:46:48 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-11 00:09:08 +0300
commit060921921d920e9f4942885507a7296424ddf08c (patch)
tree7e004f83e726dbaa3b0379a4df49fe73828558f8 /app/assets/stylesheets/framework/sidebar.scss
parent58131ac93c2a7c784c8c4f9025ef250eac4e1fa1 (diff)
Remove fixed positioning from navbar
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index f0b03710c79..41e50ce7bb9 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -1,5 +1,5 @@
.page-with-sidebar {
- padding: $header-height 0 25px;
+ padding-bottom: 25px;
transition: padding $sidebar-transition-duration;
&.page-sidebar-pinned {