Safari doesn't support position: relative
on <tr>
elements
This is a problem if you want whole table rows to be clickable. Luckily there's a (hacky) workaround.
position: relative
on <tr>
elementsThis is a problem if you want whole table rows to be clickable. Luckily there's a (hacky) workaround.
Published on in Safari
Try to add object-src 'self';
to the Content Security Policy.
Then your users don't have to download the file to view it.
Some parts of an SVG were missing and some parts were distorted.
I had to render the SVG via an <svg>
element
instead of loading it via an <img>
element.