Remove 'min-height: auto' . It is not supported by Firefox 22+
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3354819. --> Reported by: [johnv](https://www.drupal.org/user/591042) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>DevTools in Microsoft Edge gives an error: </p> <pre>'min-height: auto' is not supported by Firefox 22+, Firefox for Android 22+.</pre><p>This is generated here: </p> <pre>.calendar-calendar .month-view .full .inner,<br>.calendar-calendar .week-view .full .multi-day .inner {<br>&nbsp;&nbsp;&nbsp; min-height: auto;<br>}</pre><h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>- Install Calendar module.<br> - Open a page in MS Edge.<br> - right click, 'inspect code' and se the message : "'min-height: auto' is not supported by Firefox 22+, Firefox for Android 22+."</p>
issue