Skip to content

Implemented temporary fix for #147

Lukas Möller requested to merge fix-147 into staging

Fixes #147 (closed)

Comment from source code:

`transform: translateX(0)` fixes an issue on webkit browser
where relative positioned elements aren't displayed in containers
with multiple columns. This is a quick-fix as pointed out on the
webkit bug reporting platform.
Example: https://codepen.io/lukasmoeller/pen/JjGyJXY (rel is hidden)
Issue: https://gitlab.ethz.ch/vis/cat/community-solutions/-/issues/147
Webkit Bug: https://bugs.webkit.org/show_bug.cgi?id=209681
It seems like there is a fix live in Safari Technology Preview
This fix should be left in here until the fix is published for
Safari iOS + macOS

Merge request reports

Loading