Don’t hesitate to contact us if you have any feedback.

Tag: CSS

  • Safari’s position relative bug on Table rows

    Safari’s position relative bug on Table rows

    When working with tables in web development, making entire table rows clickable is a common requirement for better user experience. However, developers often encounter a peculiar issue in Safari: position: relative doesn’t work on <tr> elements as expected (also on all table like elements). Let’s dive into this problem and explore the solutions. https://mtsknn.fi/blog/relative-tr-in-safari

    Read more