Skip to content
Snippets Groups Projects

OZG-7161-7545 UI Optimierung

Merged Oliver Schmidt requested to merge OZG-7161-ui-opt into main
7 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -48,7 +48,7 @@ import { twMerge } from 'tailwind-merge';
</button>
<div
*ngIf="isPopupOpen"
class="absolute z-50 max-h-120 min-w-44 max-w-96 animate-fadeIn overflow-y-auto rounded bg-dropdownBg shadow-md focus:outline-none"
class="absolute z-50 max-h-120 min-w-44 max-w-96 animate-fadeIn overflow-y-auto rounded bg-dropdownBg shadow-md ring-1 ring-grayborder focus:outline-none"
[ngClass]="alignTo === 'left' ? 'right-0' : 'left-0'"
role="menu"
aria-modal="true"
Loading