.Sui-Dropdown{
    @apply inline-block;
    &__Popover{
        @apply fixed z-dropdown;
        inset: 0 auto auto 0;
        transition:  none !important;
    }
    &__Card{
        @apply w-auto max-h-screen overflow-auto min-w-[11rem]  will-change-transform;
        max-height: 60%;
        max-height: 60vh;
    }
}
