mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
skip links z-index
This commit is contained in:
parent
02940ca2eb
commit
a8c79c7405
3 changed files with 4 additions and 3 deletions
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
celery -A celery_worker.celery worker
|
||||
celery -A celery_worker.celery worker --autoscale=5,1
|
||||
|
||||
|
|
Loading…
Reference in a new issue