Commit f83b2010 authored by Mark Otto's avatar Mark Otto

Fixes #12526: Add scrollbars when necessary to the Dashboard example's sidebar

parent 228d4e59
...@@ -34,6 +34,8 @@ body { ...@@ -34,6 +34,8 @@ body {
left: 0; left: 0;
z-index: 1000; z-index: 1000;
display: block; display: block;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if page is short */
padding: 70px 20px 20px; padding: 70px 20px 20px;
background-color: #f5f5f5; background-color: #f5f5f5;
border-right: 1px solid #eee; border-right: 1px solid #eee;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment