Files
ui/src/runtime/ui.config/overlays/notifications.ts
2024-10-24 10:30:37 +02:00

7 lines
188 B
TypeScript

export default {
wrapper: 'fixed flex flex-col justify-end z-[55]',
position: 'bottom-0 end-0',
width: 'w-full sm:w-96',
container: 'px-4 sm:px-6 py-6 space-y-3 overflow-y-auto'
}