mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04: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',
|
|
},
|
|
}
|