FIX: cowebsite resize now works on touchscreens

This commit is contained in:
kharhamel 2021-06-07 17:48:39 +02:00
parent 94333a7438
commit a5779095f8
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;
}
}