From b0b40376da9003eb19fc192eeabf4805e4b13897 Mon Sep 17 00:00:00 2001 From: Raulkg Date: Mon, 23 Nov 2020 10:46:45 -0800 Subject: [PATCH] relative positioning the precall --- web/less/precall.less | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/web/less/precall.less b/web/less/precall.less index 95941f26e..6217bfb26 100644 --- a/web/less/precall.less +++ b/web/less/precall.less @@ -400,11 +400,12 @@ } #pre-call-test-results { - position: absolute; + position: relative; display: none; - right: 554px; + right: 314px; + top: -640px; width: 233px; - height: 420.4px; + min-height: 420.4px; background-color: white; border-radius: 10px; box-shadow: 0 2px 4px 0 @blackAlpha50; @@ -417,14 +418,14 @@ margin-top: 12px; @media @smartphonesPortrait { - left: calc(10%)!important; - top: calc(6%)!important; + left: calc(2%)!important; + top: calc(48%)!important; } @media @smartphonesLandscape{ - left: calc(10%)!important; - top: calc(6%)!important; + left: calc(2%)!important; + top: calc(134%)!important; } p {