box-shadow
is not working in Chrome.
I have a table layout in which I have to use display
property as table-row-group
.
I am trying to put box-shadow
in tbody and it's failing.
Please see it here - JSFiddle.
It's working perfectly fine in FF but not in Chrome. I looked on other questions/suggestions and it looks like we can do it in display: block
property.
Any workaround for display: table-row-group
?