I was able to add border line to outside edge of grid with the following css: ``` .dnd-grid-container{border:2px dashed #000;z-index:0;} ``` But so far haven't figured out how to display edges for inner cells. Is there a way to do it? Thanks.