fixed share modal height

This commit is contained in:
Lucas Oliveira 2024-03-31 13:40:10 +03:00
commit 08e455fa4d

View file

@ -119,7 +119,7 @@ function BaseModal({
break;
case "smaller-h-full":
minWidth = "min-w-[40vw]";
height = "h-full";
height = " ";
break;
case "small":
minWidth = "min-w-[40vw]";