Closed ritz078 closed 7 years ago
If display is set to table-row, the ripple starts from centre of the viewport and not the element's centre.
table-row
Changing the display property should not be done that way. Try wrapping the "ripple" element with another one having display: table-row on it.
display
display: table-row
If display is set to
table-row
, the ripple starts from centre of the viewport and not the element's centre.