I am facing an issue with a div element that has the following CSS styling
close: {
position: 'fixed',
boxShadow: '1px 1px 6px 0px rgba(0,0,0,0.5)',
borderRadius: '50%'
}
This styling behaves as expected in Chrome, but encounters a problem in Safari.