``` public static function attributes(): array { return [ // Set the modal size to 2xl, you can choose between: // xs, sm, md, lg, xl, 2xl, 3xl, 4xl, 5xl, 6xl, 7xl, fullscreen 'size' => 'md', ]; } ``` Sizes md, lg, and xl break the modal window. <img width="1264" alt="Image" src="https://github.com/user-attachments/assets/d6cb9652-aea6-420d-b891-19c6ec1b7157" />
Sizes md, lg, and xl break the modal window.