mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
[A11y] fix skip-link z-index (#5123)
This commit is contained in:
committed by
GitHub
parent
1791a63f87
commit
e3b74249c9
@@ -76,6 +76,7 @@ html {
|
|||||||
clip: auto;
|
clip: auto;
|
||||||
}
|
}
|
||||||
#skip-to-main {
|
#skip-to-main {
|
||||||
|
z-index: 9999;
|
||||||
/* padding is needed to make focus-outline visible */
|
/* padding is needed to make focus-outline visible */
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user