Search code examples
androidcssbox-shadow

Android and box shadow property


I have the following code to make a box shadow:

box-shadow: inset 0 0 20vw 0 #000;

It will not work on Android. I am running 4.4.2 and Chrome 45.


Solution

  • That code should work. It's likely that 20vw (which is 20% of the width of the browser window) is far too high and the inset shadow takes up the entire element.