fix(dossier/sticky-footer): above dsfr buttons have a z-index = 1

This commit is contained in:
Colin Darie 2022-11-22 18:46:04 +01:00
parent fe0312b1d7
commit 2f84346ba3
2 changed files with 4 additions and 0 deletions

View file

@ -77,6 +77,8 @@ $dossier-actions-bar-border-width: 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom: none;
z-index: 10; // above DSFR btn which are at 1
}
.send-dossier-actions-bar {

View file

@ -67,6 +67,8 @@
position: -webkit-sticky; // This is needed on Safari (tested on 12.1)
// scss-lint:enable VendorPrefix
bottom: 0;
z-index: 10; // above DSFR btn which are at 1
}
html.scroll-margins-for-sticky-footer {