From 41a6b095bd42229efb75da317fb12a58c5501770 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Thu, 18 Feb 2016 23:16:45 +0100 Subject: [PATCH] Setting overflow to auto fixes #1. --- app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.css b/app.css index b810ab24..1495f3a2 100644 --- a/app.css +++ b/app.css @@ -2,7 +2,7 @@ background-color: #f5f5f5; border-right: 1px solid #ccc; position: fixed; - overflow-y: scroll; + overflow-y: auto; width: 250px; height: 100%; }