Merge pull request #1178 from thecodingmachine/touchIframeResize

FIX: cowebsite resize now works on touchscreens
This commit is contained in:
David Négrier 2021-06-15 11:42:41 +02:00 committed by GitHub
commit eb895ceb58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 8 deletions

View file

@ -13,6 +13,8 @@
iframe {
width: 100%;
height: 100%;
max-width: 100vw;
max-height: 100vh;
}
}