]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix scrolling of sidebar
authorMark Otto <markdotto@gmail.com>
Fri, 29 May 2015 03:05:48 +0000 (20:05 -0700)
committerMark Otto <markdotto@gmail.com>
Fri, 29 May 2015 03:05:48 +0000 (20:05 -0700)
docs/assets/scss/_sidebar.scss

index 064e732766a48f76879b8cfcc20cbee319553f61..0712b98c11c83f0f13234913d409372c8645e533 100644 (file)
@@ -37,6 +37,7 @@
     width: 240px;
     overflow-y: auto;
     border-right: 1px solid #eee;
+    -webkit-transform: translated3d(0,0,0); // Ensure proper scrolling of sidebar
   }
 }