Skip to content
Snippets Groups Projects
Commit ad6d485e authored by Thomas Hackl's avatar Thomas Hackl Committed by Jan-Hendrik Willms
Browse files

Resolve "Skiplinks werden beim Laden einer Seite unterhalb des Footers angezeigt"

Closes #1999

Merge request studip/studip!1596
parent a7afeed0
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
pointer-events: none; pointer-events: none;
} }
#skiplink_list {
display: unset;
}
ul { ul {
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
...@@ -41,3 +45,7 @@ button.skiplink { ...@@ -41,3 +45,7 @@ button.skiplink {
transition: color $transition-duration; transition: color $transition-duration;
} }
} }
#skiplink_list {
display: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment