This issue is specific to Safari, as it has been tested and works fine in Chrome, Opera, and Firefox.
Upon hovering over a certain div (1), a child div (2) slides out by adjusting the left property.
However, the child elements (buttons) within the second div flicker and do not smoothly follow the sliding transition of their parent div (2).
**username:Alex
**password:passwordAlex
For demonstration, you can access the Users page here:
The complete CSS can be found at this link:
https://github.com/coolcatDev/monkey-me-heroku/blob/master/static/css/style.css
Here are the references for the different divs involved:
**div(1)->class .contentUser
**div(2)->class .contentButtonWrap
**child buttons of div(2)->class .contentButton