This commit is contained in:
parent
93ff209c51
commit
97adf6f2cc
|
@ -392,10 +392,12 @@ function onImagePointerdown(ev: PointerEvent) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: -webkit-fill-available;
|
/* なんかiOSでレンダリングがおかしい
|
||||||
width: stretch;
|
width: stretch;
|
||||||
height: -webkit-fill-available;
|
|
||||||
height: stretch;
|
height: stretch;
|
||||||
|
*/
|
||||||
|
width: calc(100% - 40px);
|
||||||
|
height: calc(100% - 40px);
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|
Loading…
Reference in New Issue