aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-07 02:44:04 -0800
committerMark Otto <[email protected]>2014-02-07 02:44:04 -0800
commitcae76171d0bb6f461829b063735ffd84d6b2a07f (patch)
tree2dbf469550022ed347a19fd4254538bfcdab7fa0 /docs/examples
parent3ccc16cad078cfcc76f3b9362f0039b0566d8914 (diff)
downloadbootstrap-cae76171d0bb6f461829b063735ffd84d6b2a07f.tar.xz
bootstrap-cae76171d0bb6f461829b063735ffd84d6b2a07f.zip
Follow up to 1bdd59b18c2d1b2409d0422a60e8c007053202df, to better position the sidebar so the potential scrollbar doesn't get hidden by the navbar
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/dashboard/dashboard.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css
index 9cd455dfd..70c7029cc 100644
--- a/docs/examples/dashboard/dashboard.css
+++ b/docs/examples/dashboard/dashboard.css
@@ -29,12 +29,12 @@ body {
@media (min-width: 768px) {
.sidebar {
position: fixed;
- top: 0;
+ top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
- padding: 70px 20px 20px;
+ padding: 20px;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
background-color: #f5f5f5;