Top of images are being cut off

For those who have custom CSS feature in their application, you can temporarily use the following code:

.transparent-nav-bar:not(.show-title-in-nav){
background-color: transparent !important;
}
4 Likes