Show us your Dashboard!

Is meant to grow with the content. The original rules are:

.masonry-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

By adding the height:100%; you just forcing it to be always as tall as the available height is. Does not change much but may affect if you try to play also with colors for that container which mostly rather messes things up than helps so .. not much reasons to do anything with this.

2 Likes