skip links z-index

This commit is contained in:
rimu 2024-02-26 11:56:49 +13:00
parent 02940ca2eb
commit a8c79c7405
3 changed files with 4 additions and 3 deletions

View file

@ -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 */
}

View file

@ -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 {

View file

@ -1,3 +1,4 @@
#!/bin/sh
celery -A celery_worker.celery worker
celery -A celery_worker.celery worker --autoscale=5,1