mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
7 lines
186 B
SCSS
7 lines
186 B
SCSS
.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);
|
|
}
|