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; bottom: 0;
padding: $default-padding 0; padding: $default-padding 0;
background-color: $white; background-color: $white;
z-index: 2;
} }

View file

@ -1,4 +1,4 @@
#breadcrumbs #breadcrumbs.sub-header
.fr-container.flex.justify-between.align-baseline.column .fr-container.flex.justify-between.align-baseline.column
%nav.fr-breadcrumb.mt-0{ role: "navigation", aria: { label: t('you_are_here', scope: [:layouts, :breadcrumb]) } } %nav.fr-breadcrumb.mt-0{ role: "navigation", aria: { label: t('you_are_here', scope: [:layouts, :breadcrumb]) } }
%button.fr-breadcrumb__button{ aria: { expanded: "false", controls: "breadcrumb-1" } } %button.fr-breadcrumb__button{ aria: { expanded: "false", controls: "breadcrumb-1" } }

View file

@ -1,4 +1,3 @@
.sub-header
= render partial: 'administrateurs/breadcrumbs', = render partial: 'administrateurs/breadcrumbs',
locals: { steps: [['Démarches', admin_procedures_back_path(@procedure)], locals: { steps: [['Démarches', admin_procedures_back_path(@procedure)],
["#{@procedure.libelle.truncate_words(10)}"]], ["#{@procedure.libelle.truncate_words(10)}"]],