diff --git a/app/static/structure.css b/app/static/structure.css index 629b6af8..c215bfe3 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -460,7 +460,7 @@ fieldset legend { left: 0; background-color: #fff; /* Background color to cover the link for screen readers */ - z-index: 999; + z-index: 1030; /* Ensure it's above other content */ } diff --git a/app/static/structure.scss b/app/static/structure.scss index 778896d7..0951d03d 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -54,7 +54,7 @@ html { top: -40px; /* Adjust as needed to hide the link off-screen */ left: 0; background-color: #fff; /* Background color to cover the link for screen readers */ - z-index: 999; /* Ensure it's above other content */ + z-index: 1030; /* Ensure it's above other content */ } .skip-link:focus { diff --git a/entrypoint_celery.sh b/entrypoint_celery.sh index 959881be..4e9b2fc0 100644 --- a/entrypoint_celery.sh +++ b/entrypoint_celery.sh @@ -1,3 +1,4 @@ #!/bin/sh -celery -A celery_worker.celery worker +celery -A celery_worker.celery worker --autoscale=5,1 +