mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-02 21:14:27 +01:00
4 lines
241 B
TypeScript
4 lines
241 B
TypeScript
export const DIALOG_POSITIONER = "fixed inset-0 h-[100dvh] z-50";
|
|
export const DIALOG_CONTENT =
|
|
"h-[100dvh] flex flex-col justify-between px-4 pt-4 pb-8 bg-m-grey-800 touch-manipulation select-none overflow-y-scroll disable-scrollbars";
|