]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
overflow-y auto on toc menu
authorGijs Boddeus <botje_gijs@hotmail.com>
Tue, 4 Jul 2017 08:59:20 +0000 (10:59 +0200)
committerMark Otto <markd.otto@gmail.com>
Tue, 4 Jul 2017 20:49:15 +0000 (13:49 -0700)
fixes #22977

assets/scss/_sidebar.scss

index 99775e3af22af835c81de333592c57c6128f6462..8e10f376447f6598939043d10790936be6b6b81f 100644 (file)
@@ -14,6 +14,7 @@
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;
   overflow-x: visible;
+  overflow-y: auto;
   font-size: .875rem;
 }