[Vuejs]-Vue bootstrap image overflow scroll in carousel

0👍

Changing min-height: 100%; to height: 100%; fixed this.

I also changed overflow-y : scroll; to overflow-y : auto; so I only get scroll bars on the portrait images.

Leave a comment