1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02:00

overflow-y auto on toc menu

fixes #22977
This commit is contained in:
Gijs Boddeus
2017-07-04 10:59:20 +02:00
committed by Mark Otto
parent 2a745e54de
commit bc70d19156

View File

@@ -14,6 +14,7 @@
padding-top: 1.5rem;
padding-bottom: 1.5rem;
overflow-x: visible;
overflow-y: auto;
font-size: .875rem;
}