.rq-search-container {
position: relative;
width: 100%;
background: white;
display: flex;
flex-direction: row;
align-items: flex-start;
border-radius: 2px;
z-index: 30;
-webkit-flex: 1 0 15em;
}
While this code functions correctly in Chrome and Mozilla browsers, it encounters issues when used with Safari browser.
I have attempted various solutions such as -web-kit-flex, but unfortunately, these did not resolve the issue. Any suggestions or advice would be greatly appreciated!