User tests: Successful: Unsuccessful:
On a page that is pretty empty the sidebar does not extend the full height of the screen. This is because there is a missing space in the height calculation
min-height: calc(100vh -69px);
That is invalid because the browser thinks its an invalid property value
This pr puts the space back and then the browser can do the calculation
(Maybe this is browser dependent but it definitely is reproducible on chrome for windows)
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-05-02 16:59:53 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Merged on review. Thanks!
thanks
I have tested this item✅ successfully on b61c6ba
I can't reproduce the issue because both Firefox 75.0 64 bit for Windows and Chrome 81.0 64 bit for Windows add the missing space here.
But it's clear the space is missing, see e.g. here: https://developer.mozilla.org/en-US/docs/Web/CSS/calc#Expressions.
So from me a good test by code review.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28908.