Why is my css grid not working in Chrome (works in all other browsers)
问题 I've setup a css grid with 3 columns to display our portfolio. I found a working code for Firefox and Internet Explorer and Safari. However on Chrome it doesn't show my grid at all, all the pictures are below each other. See the website: http://www.ddw-sanitair.be Additionally it does not accept the 'display: none' class on some of the pictures, hence the double/triple images ... Any suggestions? I tried to add grid-auto-rows: 270px; as suggested in another thread. I tried adding grid