From 32955100ce540962228714e3825b6099dcd66102 Mon Sep 17 00:00:00 2001 From: Nicolas Kuttler Date: Thu, 12 Feb 2015 02:14:53 +0100 Subject: Remove superfluous stylesheet Also always show the scrollbar to avoid the content from jumping left/right. --- assets/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'assets/css/style.css') diff --git a/assets/css/style.css b/assets/css/style.css index a8fc8a1..b5f4b30 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,3 +1,9 @@ body { padding-top: 50px; + overflow-y: scroll; +} + + +iframe { + max-width: 100%; } -- cgit v1.2.3