diff --git a/src/BootstrapBlazor/Components/Modal/Modal.css b/src/BootstrapBlazor/Components/Modal/Modal.css index 284d000ae9e58e793486430c4ff3c70368ac961c..9b1918626611f8a17afc6dc17217ce18fae2da00 100644 --- a/src/BootstrapBlazor/Components/Modal/Modal.css +++ b/src/BootstrapBlazor/Components/Modal/Modal.css @@ -49,6 +49,7 @@ } body.bb-printview-open app, + body.bb-printview-open #app, body.bb-printview-open .modal, body.bb-printview-open .modal-footer, body.bb-printview-open .modal-backdrop { diff --git a/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/Program.cs b/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/Program.cs index c1c1c38251f4a6b2dc54ee0d37f59a436e8c9f2b..9425fef962efdd51ff30b550305be2e93af405a7 100644 --- a/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/Program.cs +++ b/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/Program.cs @@ -11,7 +11,7 @@ using Microsoft.JSInterop; using System.Globalization; var builder = WebAssemblyHostBuilder.CreateDefault(args); -builder.RootComponents.Add("app"); +builder.RootComponents.Add("#app"); builder.RootComponents.Add("head::after"); builder.Services.AddWasmServices(); diff --git a/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/index.html b/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/index.html index 1a8326a5900c7d8e117147a5f7ae9c730714f871..28e1241c032e1affc5a09f00364b2d0891744fc6 100644 --- a/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/index.html +++ b/src/Wasm/BootstrapBlazor.WebAssembly.ClientHost/wwwroot/index.html @@ -25,7 +25,7 @@ - +