Skip to content
Snippets Groups Projects
Verified Commit 26aafb10 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3445274 by Gauravvvv, smustgrave: Navigation module offsets the Olivero skip link element

(cherry picked from commit 7ac4979e)
parent 5d9fa4ef
No related branches found
No related tags found
4 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php,!8095Expose document root on install
Pipeline #169710 passed
......@@ -15,7 +15,7 @@
.skip-link {
display: block;
width: 100%;
max-width: var(--max-bg-color);
max-width: calc(var(--max-bg-color) + var(--drupal-displace-offset-left, 0px));
padding-block: var(--sp0-5);
padding-inline-start: var(--sp);
padding-inline-end: var(--sp);
......
......@@ -10,7 +10,7 @@
.skip-link {
display: block;
width: 100%;
max-width: var(--max-bg-color);
max-width: calc(var(--max-bg-color) + var(--drupal-displace-offset-left, 0px));
padding-block: var(--sp0-5);
padding-inline-start: var(--sp);
padding-inline-end: var(--sp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment