diff --git a/projects/srm/src/app/map-popup-stable/map-popup-stable.component.less b/projects/srm/src/app/map-popup-stable/map-popup-stable.component.less index ee1ab5b9..401f732d 100644 --- a/projects/srm/src/app/map-popup-stable/map-popup-stable.component.less +++ b/projects/srm/src/app/map-popup-stable/map-popup-stable.component.less @@ -24,15 +24,13 @@ background-color: @color-gray-7; border-top: 1px solid @color-gray-5; - // &.inverse { - // background-color: @color-gray-3; - // ::ng-deep * { - // color: @color-white !important; - // } - // } &.mini { border-top: 1px solid @color-gray-4; } + + position: sticky; + bottom: 0; + z-index: 101; } .scrollable { width: 100%; diff --git a/projects/srm/src/app/result-stack/result-stack.component.html b/projects/srm/src/app/result-stack/result-stack.component.html index d1341922..57320e0b 100644 --- a/projects/srm/src/app/result-stack/result-stack.component.html +++ b/projects/srm/src/app/result-stack/result-stack.component.html @@ -14,11 +14,10 @@
@for (extra of result.collapse_hits?.slice(1, showCount) || []; track extra.card_id; let i = $index) { -  /