mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
7 lines
188 B
TypeScript
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'
|
|
}
|