Merged PR 1487: #3836 #3837 Gelbe Seiten IPAD Styling fixes and Filter Scrolling

#3836 #3837 Gelbe Seiten IPAD Styling fixes and Filter Scrolling
This commit is contained in:
Nino Righi
2023-02-16 15:55:20 +00:00
committed by Lorenz Hilpert
parent 76596939c5
commit 974f549c31
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
:host {
@apply block;
}
::ng-deep ui-filter-input-options .input-options {
max-height: calc(100vh - 500px);
}

View File

@@ -2,10 +2,10 @@
<h3 class="text-center grow font-bold text-2xl">Preisänderung</h3>
<button
(click)="filterOverlay.open()"
class="absolute right-0 top-0 h-14 rounded px-5 text-lg bg-cadet-blue grid grid-flow-col gap-2 items-center"
class="absolute right-0 top-0 h-14 rounded px-5 text-lg bg-cadet-blue flex flex-row flex-nowrap items-center justify-center"
type="button"
>
<ui-svg-icon icon="filter-variant"></ui-svg-icon>
<ui-svg-icon class="mr-2" icon="filter-variant"></ui-svg-icon>
Filter
</button>
</div>