From c46f3633161a8aeac3aaf470edf2e02f7ba7de37 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 6 Jan 2018 15:15:52 +0000 Subject: [PATCH] Make file content scrollable --- app/styles/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/_layout.scss b/app/styles/_layout.scss index 6e6b24d..6f820fb 100644 --- a/app/styles/_layout.scss +++ b/app/styles/_layout.scss @@ -93,7 +93,7 @@ padding: 1.5rem 1px; &.content { - overflow: hidden; + overflow: auto; } &.meta {