We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d37245 + 94920fe commit 150d318Copy full SHA for 150d318
packages/support/resources/views/components/modal/index.blade.php
@@ -157,7 +157,7 @@ class="fi-modal-close-overlay"
157
'fi-modal-window-has-icon' => $hasIcon,
158
'fi-modal-window-has-sticky-header' => $stickyHeader,
159
'fi-hidden' => ! $visible,
160
- (($alignment instanceof Alignment) && (! $slideOver)) ? "fi-align-{$alignment->value}" : null,
+ ($alignment instanceof Alignment) ? "fi-align-{$alignment->value}" : null,
161
($width instanceof Width) ? "fi-width-{$width->value}" : (is_string($width) ? $width : null),
162
])
163
}}
0 commit comments