mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Fixes #12526: Add scrollbars when necessary to the Dashboard example's sidebar
This commit is contained in:
parent
228d4e59fc
commit
f83b201007
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue