I'm working on a website based on Bootstrap 4, with a collapsing sidebar.
The toggle button is visible in chrome and firefox on windows and macos just fine. But it isn't visible in safari on macos.
I tried a lot of solutions like playing around with options e.g.:
-webkit-transform: translateZ(0px);
or transform-style: preserve-3d;
without any luck.
I don't want to put too much code in here so I've made a codepen where you can see the actual behaviour: https://codepen.io/pen/JqRLKx
Any ideas on how I can solve this?