Closed qvist closed 7 years ago
As per #21. Apparently this issue is present only then a webkit browser needs to transform a modal vertically of a half pixel. This is possible when translate3d(-50%, -50%, 0) is done on a modal which height in pixel is an odd number.
translate3d(-50%, -50%, 0)
As per #21. Apparently this issue is present only then a webkit browser needs to transform a modal vertically of a half pixel. This is possible when
translate3d(-50%, -50%, 0)
is done on a modal which height in pixel is an odd number.