mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-09 14:34:47 +00:00
9 lines
237 B
JavaScript
9 lines
237 B
JavaScript
export default {
|
|
classes: {
|
|
container: 'relative w-full',
|
|
activator: 'relative w-full cursor-pointer',
|
|
base: 'flex flex-col absolute w-full top-0 bg-white rounded z-20 shadow-xl',
|
|
above: 'bottom-full top-unset',
|
|
},
|
|
}
|