fix: adjust dialog content dimensions for improved layout
This commit is contained in:
parent
8834932345
commit
0f335365ef
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export const MappaDialogFullscreen = ({
|
||||||
<MapIcon /> {t.mappa}
|
<MapIcon /> {t.mappa}
|
||||||
</Button>
|
</Button>
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
<DialogContent className="h-full w-screen max-w-[100vw] p-0 **:data-[slot=dialog-close]:cursor-pointer **:data-[slot=dialog-close]:rounded-md **:data-[slot=dialog-close]:bg-white **:data-[slot=dialog-close]:opacity-100 sm:max-h-[60vh] sm:max-w-2xl [&_[data-slot=dialog-close]>svg]:size-6!">
|
<DialogContent className="h-full w-screen max-w-[100vw] p-0 **:data-[slot=dialog-close]:cursor-pointer **:data-[slot=dialog-close]:rounded-md **:data-[slot=dialog-close]:bg-white **:data-[slot=dialog-close]:opacity-100 sm:max-h-[70vh] sm:max-w-5xl [&_[data-slot=dialog-close]>svg]:size-6!">
|
||||||
<DialogHeader className="hidden h-0">
|
<DialogHeader className="hidden h-0">
|
||||||
<DialogTitle className="sr-only">{t.mappa}</DialogTitle>
|
<DialogTitle className="sr-only">{t.mappa}</DialogTitle>
|
||||||
<DialogDescription className="sr-only">{t.mappa}</DialogDescription>
|
<DialogDescription className="sr-only">{t.mappa}</DialogDescription>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue