diff --git a/src/app/pages/footer/footer.component.scss b/src/app/pages/footer/footer.component.scss index 1368c809..0cfbeae5 100644 --- a/src/app/pages/footer/footer.component.scss +++ b/src/app/pages/footer/footer.component.scss @@ -45,16 +45,10 @@ order: 1; } - ::ng-deep div.ol-scale-line { - position: fixed !important; - display: flex; - flex-direction: row; - top: unset !important; - left: 10px !important; - bottom: 3px !important; - background: unset !important; - color: black; - z-index: 5 !important; - transform: unset !important; + ::ng-deep .ol-scale-line { + position: relative; + left: 0; + bottom: 0; + margin-left: 12px; } } diff --git a/src/app/pages/portal/panels/bottompanel/bottompanel.component.html b/src/app/pages/portal/panels/bottompanel/bottompanel.component.html index 54cdd6d7..e1bda23d 100644 --- a/src/app/pages/portal/panels/bottompanel/bottompanel.component.html +++ b/src/app/pages/portal/panels/bottompanel/bottompanel.component.html @@ -9,7 +9,7 @@ (keydown.Enter)= "$event.stopPropagation()" (click)= "$event.stopPropagation()" > - +