Remove 'min-height: auto' . It is not supported by Firefox 22+

Created on 18 April 2023, over 1 year ago
Updated 8 August 2023, over 1 year ago

Problem/Motivation

DevTools in Microsoft Edge gives an error:

'min-height: auto' is not supported by Firefox 22+, Firefox for Android 22+.

This is generated here:

.calendar-calendar .month-view .full .inner,
.calendar-calendar .week-view .full .multi-day .inner {
    min-height: auto;
}

Steps to reproduce

- Install Calendar module.
- Open a page in MS Edge.
- right click, 'inspect code' and se the message : "'min-height: auto' is not supported by Firefox 22+, Firefox for Android 22+."

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇳🇱Netherlands johnv

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024