Ali
Ali
#284 Fix issue causing dropdown to disappear as soon as the mouse hover localtasks tabs. fixed #284
When there are enough filters, they overflow on the content admin page. Possibly related to #283 Before: After:
fixes #25 see https://github.com/acquia/blt/blob/11.7.0/src/Robo/Common/EnvironmentDetector.php#L202
acquia blt environment detection check the existence of the env var to load local.settings.php ``` public static function getAhEnv() { return getenv('AH_SITE_ENVIRONMENT'); } ``` So I am not sure lando...