From a8c79c7405a8493fd3a045aabcefaaeaca0cb2da Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:56:49 +1300 Subject: [PATCH] skip links z-index --- app/static/structure.css | 2 +- app/static/structure.scss | 2 +- entrypoint_celery.sh | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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 +