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.
- [Vuejs]-Return Vue Variable or Vue Component to Laravel Blade
- [Vuejs]-How can I add scrollbar vertical in the modal dialog on the vuetify?
Source:stackexchange.com