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>2017-12-15 23:34:26 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-18 21:48:00 +0300
commit52fe6522bdf673fc8de27ea241441a7130f14a97 (patch)
treed655bd75bc64b70c123d0cbc2260b8dc1c4c65d7 /app/assets/stylesheets/framework/sidebar.scss
parent08ee1e29f9beef1109930dedc74d3de3518b693b (diff)
Remove extra height declarations in CSS; remove block styling from dropdowns
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 0742c0a2a09..1145a49065f 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -89,12 +89,6 @@
.right-sidebar {
border-left: 1px solid $border-color;
- height: calc(100% - #{$header-height});
-
- &.affix {
- position: fixed;
- top: $header-height;
- }
}
.with-performance-bar .right-sidebar.affix {