-webkit color stop acting weird

miojamo

New Member
My HTML document contains \[code\]#victimDiv\[/code\] thats \[code\]background image\[/code\] property is set to:\[code\]-webkit-linear-gradient(-75deg, black 10px, #4AC0F2);\[/code\]After I load \[code\]#victimDiv\[/code\] with ajax call and its height prolongs, gradient gets longer as its length is defined in percentage instead being fixed in pixels.
 
Top