From 6d03182ed98c3db03fbab7b0ac50676e8dd3050b Mon Sep 17 00:00:00 2001 From: r3tk0n Date: Fri, 5 Apr 2019 16:21:42 -0700 Subject: [PATCH] Fix scaling issue. --- interface/resources/html/tabletHelp.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/interface/resources/html/tabletHelp.html b/interface/resources/html/tabletHelp.html index e836359f74..afa389661a 100644 --- a/interface/resources/html/tabletHelp.html +++ b/interface/resources/html/tabletHelp.html @@ -55,9 +55,13 @@ } #image_button { - width: 930; - height: 806; - top: 312; left: 16; right: 17; bottom: 294; + position: absolute; + width: 463; + height: 410; + top: 155; + left: 8; + right: 8; + bottom: 146; } #report_problem {