add scroll to amount input for small screens

This commit is contained in:
Paul Miller
2023-08-01 16:38:34 -05:00
parent 35491f5925
commit 3d38d2a65f

View File

@@ -1,3 +1,3 @@
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";
"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";