Skip to content
Snippets Groups Projects
Commit df529935 authored by Oliver Schmidt's avatar Oliver Schmidt
Browse files

OZG-725 opt ui

parent b264b61a
No related branches found
No related tags found
1 merge request!109OZG-725 opt ui
......@@ -71,7 +71,7 @@ import { InstantSearchQuery, InstantSearchResult } from './instant-search.model'
<ods-aria-live-region [text]="ariaLiveText" />
<ods-search-result-layer
*ngIf="results.length && areResultsVisible"
containerClass="absolute z-50 mt-3 max-h-[calc(50vh)] w-full overflow-y-auto"
containerClass="absolute z-50 mt-3 max-h-[calc(37vh)] w-full overflow-y-auto"
id="results"
>
<ods-search-result-header *ngIf="headerText" [text]="headerText" [count]="results.length" header />
......
......@@ -4,7 +4,7 @@
<h1 class="text-lg font-medium text-primary">Vorgang weiterleiten</h1>
<ods-cancel-dialog-button showAsIconButton="true" />
</div>
<div class="h-[calc(50vh+4.5rem)] grow">
<div class="h-[calc(37vh+4.5rem)] grow">
@if (!selectedSearchResult) {
<alfa-forwarding-search-organisations-einheit cdkFocusInitial data-test-id="organisations-einheit-search" />
} @else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment