From c5602ed43c1b1b405aaef238e71002137df1bfda Mon Sep 17 00:00:00 2001 From: James Kyle Date: Fri, 19 Jun 2015 12:50:07 -0700 Subject: [PATCH] Fix styles for .content positioning --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 77fa6b6..ee257c3 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -100,7 +100,8 @@ .content { position: fixed; right: 0; - height: 100%; + top: 51px; + bottom: 0; overflow-y: scroll; padding-bottom: 80px; }