style fixes iOS (#3867)

This commit is contained in:
Mike Thomas 2022-01-25 14:52:11 +09:00 committed by GitHub
parent 3e02f5c500
commit 3204ff8e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -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%;

View File

@ -155,6 +155,7 @@
<script src="/js/pages/homepage.page.js"></script>
<script src="/js/pages/legal/privacy.page.js"></script>
<script src="/js/pages/legal/terms.page.js"></script>
<script src="/js/pages/platform.page.js"></script>
<script src="/js/pages/press-kit.page.js"></script>
<script src="/js/pages/pricing.page.js"></script>
<script src="/js/pages/query-detail.page.js"></script>