fix z-index on sticky footer and fix breadcrumb putting back .sub-header class

This commit is contained in:
Lisa Durand 2023-06-05 11:11:09 +02:00
parent 4fdcce45c5
commit 5dcf7e4ab4
3 changed files with 19 additions and 19 deletions

View file

@ -649,4 +649,5 @@ textarea::placeholder {
bottom: 0;
padding: $default-padding 0;
background-color: $white;
z-index: 2;
}