summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issuable.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-16 15:59:48 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-16 15:59:48 +0000
commitc0b612ff07176d9cbddf0c7e5820607573b2af30 (patch)
tree8bf7044dff2e343a7925e75e7bc909a624da21b3 /app/assets/stylesheets/pages/issuable.scss
parent032cbcdbf57de50c446c9c60468c2d0946e84e08 (diff)
downloadgitlab-ce-c0b612ff07176d9cbddf0c7e5820607573b2af30.tar.gz
Removes nicescroll from issuable sidebar
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 0184208ab82..ed4e5811b56 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -197,6 +197,15 @@
background: $gray-light;
padding: 10px 20px;
z-index: 200;
+ overflow: hidden;
+
+ .issuable-sidebar {
+ width: calc(100% + 100px);
+ height: 100%;
+ overflow-y: scroll;
+ overflow-x: hidden;
+ -webkit-overflow-scrolling: touch;
+ }
&.right-sidebar-expanded {
width: $gutter_width;