diff --git a/browser/IgBlazorSamples.Core/wwwroot/css/browser.css b/browser/IgBlazorSamples.Core/wwwroot/css/browser.css index c08bcdebc..b8d779507 100644 --- a/browser/IgBlazorSamples.Core/wwwroot/css/browser.css +++ b/browser/IgBlazorSamples.Core/wwwroot/css/browser.css @@ -87,8 +87,7 @@ overflow-x: auto; /* background-color: rgb(250, 178, 178); */ - height: calc(100% - 1rem); - width: calc(100% - 1rem); + height: 100%; width: 100%; padding: 0.5rem; display: flex;