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

OZG-725 opt ui

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