[CST-4884] Code cleanup and test improvement

This commit is contained in:
Davide Negretti
2021-11-24 23:39:59 +01:00
parent 27bce0e5bb
commit 7218c450e6
4 changed files with 10 additions and 90 deletions

View File

@@ -1,6 +0,0 @@
.sticky-buttons {
position: sticky;
top: calc(var(--bs-dropdown-item-padding-x) * 3);
z-index: var(--ds-submission-footer-z-index);
background-color: rgba(255, 255, 255, .97);
}