diff --git a/Havit.Blazor.Components.Web.Bootstrap.Documentation/XmlDoc/Havit.Blazor.Components.Web.Bootstrap.xml b/Havit.Blazor.Components.Web.Bootstrap.Documentation/XmlDoc/Havit.Blazor.Components.Web.Bootstrap.xml index f3aa456c4..ff2d37c2b 100644 --- a/Havit.Blazor.Components.Web.Bootstrap.Documentation/XmlDoc/Havit.Blazor.Components.Web.Bootstrap.xml +++ b/Havit.Blazor.Components.Web.Bootstrap.Documentation/XmlDoc/Havit.Blazor.Components.Web.Bootstrap.xml @@ -4260,7 +4260,12 @@ - Modal CSS class. Added to root div (.modal). + Additional CSS class for the main element (div.modal). + + + + + Additional CSS class for the dialog (div.modal-dialog element). @@ -4293,6 +4298,11 @@ Closes the modal. + + + Settings for . + + Indicates whether the modal shows close button in header. @@ -4325,6 +4335,31 @@ Allows vertical centering of the modal. Default is false (horizontal only). + + + Additional CSS class for the main element (div.modal). + + + + + Additional CSS class for the dialog (div.modal-dialog element). + + + + + Additional header CSS class. + + + + + Additional body CSS class. + + + + + Footer css class. + + Fullscreen behavior for . diff --git a/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.csproj b/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.csproj index fd92eed41..38c183cfe 100644 --- a/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.csproj +++ b/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.csproj @@ -9,7 +9,7 @@ - 1.4.0 + 1.4.1 HAVIT Blazor Library - Free Bootstrap 5 components for ASP.NET Blazor MIT https://havit.blazor.eu diff --git a/Havit.Blazor.Components.Web.Bootstrap/Modals/HxModal.razor b/Havit.Blazor.Components.Web.Bootstrap/Modals/HxModal.razor index 76ef48596..0a030e430 100644 --- a/Havit.Blazor.Components.Web.Bootstrap/Modals/HxModal.razor +++ b/Havit.Blazor.Components.Web.Bootstrap/Modals/HxModal.razor @@ -2,12 +2,12 @@ @if (opened) { -
-
+
+