From 526a9e550c6f395395e724c5c38d24b2cb1cde76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Thu, 20 Feb 2020 10:02:22 +0100 Subject: [PATCH] [ion/simulator/web] The buttons should appear in the browser window When the window height is very small, there are still some problems with the buttons, that are half out of the window --- ion/src/simulator/web/simulator.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ion/src/simulator/web/simulator.html b/ion/src/simulator/web/simulator.html index 8e342ed3f..b2d4c69df 100644 --- a/ion/src/simulator/web/simulator.html +++ b/ion/src/simulator/web/simulator.html @@ -62,7 +62,7 @@ a.action svg { text-align: left; } .calculator > img { /* Rely on the img content to set the dimensions */ - max-height: 100vh; + max-height: 92.0vh; max-width: 100%; display: block; } .calculator .screen { @@ -74,7 +74,7 @@ a.action svg { border: 0 none; } .calculator .actions { position: absolute; - bottom: 2%; + top: 94.0vh; text-align: center; left: 0; right: 0; @@ -82,7 +82,7 @@ a.action svg { } .calculator .actions a { display: inline-block; - margin-right: 10px; + margin-right: 10px; } .calculator .keyboard { position: absolute;