From 3204ff8e0c603bede6e99a4050303cfcbf5400ab Mon Sep 17 00:00:00 2001
From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
Date: Tue, 25 Jan 2022 14:52:11 +0900
Subject: [PATCH] style fixes iOS (#3867)
---
website/assets/styles/pages/platform.less | 10 +++++-----
website/views/layouts/layout-customer.ejs | 1 +
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/website/assets/styles/pages/platform.less b/website/assets/styles/pages/platform.less
index 4ce0ba08cf..3678fb451f 100644
--- a/website/assets/styles/pages/platform.less
+++ b/website/assets/styles/pages/platform.less
@@ -68,21 +68,21 @@
svg {
position: absolute;
left: -50px;
- top: -35px;
+ top: -30px;
bottom: 0px;
- overflow: hidden;
+ overflow: visible;
vertical-align: middle;
z-index: -1;
width: 367px;
height: 180px;
}
img:not(a > img) {
- position: fixed;
+ position: absolute;
display: inline;
height: 120px;
z-index: 1;
left: 60px;
- bottom: 30px;
+ bottom: 0;
}
}
@@ -342,7 +342,7 @@
position: absolute;
top: -20px;
left: 0px;
- overflow: overlay;
+ overflow: visible;
vertical-align: middle;
z-index: -1;
width: 100%;
diff --git a/website/views/layouts/layout-customer.ejs b/website/views/layouts/layout-customer.ejs
index a646a955de..fbc367388d 100644
--- a/website/views/layouts/layout-customer.ejs
+++ b/website/views/layouts/layout-customer.ejs
@@ -155,6 +155,7 @@
+