From f83b20100728ee7fa6c661ccee289dd003822cdc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 7 Feb 2014 01:27:07 -0800 Subject: [PATCH] Fixes #12526: Add scrollbars when necessary to the Dashboard example's sidebar --- docs/examples/dashboard/dashboard.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index 565aff50e1..d6bbc30ebe 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -34,6 +34,8 @@ body { left: 0; z-index: 1000; display: block; + overflow-x: hidden; + overflow-y: auto; /* Scrollable contents if page is short */ padding: 70px 20px 20px; background-color: #f5f5f5; border-right: 1px solid #eee;