fix z-index on sticky footer and fix breadcrumb putting back .sub-header class
This commit is contained in:
parent
4fdcce45c5
commit
5dcf7e4ab4
3 changed files with 19 additions and 19 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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" } }
|
||||||
|
|
|
@ -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)}"]],
|
||||||
|
|
Loading…
Add table
Reference in a new issue