Tagged: CSS

0

Fixing z-index issue on Safari browser

The z-index isn’t rendering properly on Safari – but it is working fine on Chrome and Firefox. On Safari browser, the z-index seems to be ignored. You can’t figure out what the Safari specific...

0

How to create ripple effect on click

Ripple effects is very popular due to simplicity of animation and its eye catching presence. Follow below mentioned steps to make your Shopify store eye catching more with ripple effect on click. DEMO Log...

0

How to disable scrolling on body?

What’s the best way to prevent the body tag scrolling. The easiest way is a simple CSS snippet:

And you must add this class (disable-scrolling) into body tag. Demo