From f71270a3c628e9f2551f8a56780bdc6d2fe519c1 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Thu, 18 Jul 2019 10:37:57 +0200 Subject: [PATCH] Fix scrolling for text viewer --- res/static/style/viewer.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/static/style/viewer.css b/res/static/style/viewer.css index d402e8a..2039bb2 100644 --- a/res/static/style/viewer.css +++ b/res/static/style/viewer.css @@ -87,6 +87,7 @@ body{ text-align: center; vertical-align: middle; transition: left 1s, top 1.5s; + overflow: auto; } /* Toolbars */ @@ -148,8 +149,6 @@ body{ .text-container{ background: #333 none; position: relative; - overflow-y: scroll; - overflow-x: auto; text-align: left; top: 0; bottom: 0;