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:
authorMike Greiling <mike@pixelcog.com>2017-08-03 02:13:47 +0300
committerMike Greiling <mike@pixelcog.com>2017-08-04 23:52:55 +0300
commit12c6abf9db0456c3a68b0a69a9b9022882755be0 (patch)
tree4ae999cc2262d32ca890636a2bc1c40ad85a8652 /app/assets/stylesheets/pages/builds.scss
parent825224ba13c636ed92262d1c7a07e77bf5f98543 (diff)
remove nicescroll from jobs page and remove the library from common.bundle.js
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 214372928d8..fc77e119edb 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -235,6 +235,15 @@
display: none;
}
+ .sidebar-container {
+ width: calc(100% + 100px);
+ padding-right: 100px;
+ height: 100%;
+ overflow-y: scroll;
+ overflow-x: hidden;
+ -webkit-overflow-scrolling: touch;
+ }
+
.blocks-container {
padding: 0 $gl-padding;
}