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
2 changed files with 41 additions and 8 deletions
+2
View File
@@ -13,6 +13,8 @@
iframe {
width: 100%;
height: 100%;
max-width: 100vw;
max-height: 100vh;
}
}