two birds with one line instead
| @@ -402,7 +402,6 @@ function onANMenuItemClick() { | ||
| 402 | 402 | $ANcontainer.css('display', 'flex'); |
| 403 | 403 | $ANcontainer.css('opacity', 0.0); |
| 404 | 404 | $ANcontainer.transition({ |
| 405 | - height: 'unset', //AN gets height: 0 from CSS LN 5363 for .drawer-content | |
| 406 | 405 | opacity: 1.0, |
| 407 | 406 | duration: animation_duration, |
| 408 | 407 | }, async function () { |
| @@ -2830,6 +2830,7 @@ input[type="file"] { | ||
| 2830 | 2830 | margin: 0; |
| 2831 | 2831 | right: unset; |
| 2832 | 2832 | width: calc(((100dvw - var(--sheldWidth)) / 2) - 1px); |
| 2833 | + height: unset; | |
| 2833 | 2834 | |
| 2834 | 2835 | } |
| 2835 | 2836 | |