Buttons styling incorrectly on safari V15 and newer versions
On my website I have various buttons with a custom styling. However on safari V15 and up it apperently ignores the styling and switches to the default safari buttons. I also have a button for submitting a form, but this button doens’t even display the text that is supposed to be on there. When you click on it and the form isn’t filled out correct, it suddently does display the text.
Safari cutting off text when using column-count and flexbox together
When I use column-count
and display: flex
I get odd results in Safari – the content becomes a jumbled mess.
Safari scrollbar goes to the side and not above the divs
I am having an issue in safari. In chrome this works as expected but in safari the scrollbar is going right of my divs and not above them as expected.
Safari not rendering vertical writing mode in buttons
Recently I discovered an issue that Safari has with the writing-mode
property. Safari handles vertical writing modes properly in most cases, but if applied to a button element, that element will revert to its initial value which is horizontal-tb
.
Inconsistent CSS VW Scaling in Safari Compared to Chrome on MacBook
I’m developing a website where I use viewport width (VW) units extensively for fonts, margins, paddings, and layout dimensions. The site looks consistent in Chrome when zooming in or out, but it doesn’t behave the same way in Safari on a MacBook.