fix(dossier/sticky-footer): above dsfr buttons have a z-index = 1
This commit is contained in:
parent
fe0312b1d7
commit
2f84346ba3
2 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue