feat: responsive GlobalWindSettingsModal
This commit is contained in:
@@ -52,7 +52,7 @@ export function GlobalWindSettingsModal() {
|
||||
<span className="hidden sm:inline">Parâmetros do Vento</span>
|
||||
</Button>
|
||||
</DialogTrigger>
|
||||
<DialogContent className="sm:max-w-[500px]">
|
||||
<DialogContent className="w-[95vw] max-w-[95vw] max-h-[90vh] overflow-y-auto sm:w-full sm:max-w-[500px] p-4 sm:p-6">
|
||||
<DialogHeader>
|
||||
<DialogTitle>Configurações Globais</DialogTitle>
|
||||
<DialogDescription>
|
||||
|
||||
Reference in New Issue
Block a user