I am currently working on a WordPress website that utilizes the fullpage.js plugin (https://wordpress.org/plugins/wp-fullpage/).
Encountering an issue with the fullpage's arrows (left and right) specifically on Safari on Mac OS: they appear and disappear unexpectedly. These arrows are generated using CSS's ::before and ::after pseudo-elements. After some research, it seems that compatibility of ::before and ::after with Safari can be problematic.
Has anyone faced this issue before and found a solution?