!Kakashi
Display problem
Is it tailwind ? I thought your style was pure CSS.
On the other hand, it will be hard to debug without a sandbox with a minimal reproduction of your case.
But I know that in safari the div does not take the width of the content, especially when a flex is placed in an absolute element.
Maybe you can try this to ensure that the div takes the full width
Otherwise, you can play with the style on https://play.tailwindcss.com. You have the generated CSS tab that could be very helpful in your case
You can also use https://www.browserstack.com/ to emulate locally your site with different browsers to test them
6 replies