MAUI Blazor `html, body, #app { height: 100%; }` works properly on Windows but doesn't work properly on macOS
See original GitHub issueDescription
MAUI Blazor html, body, #app { height: 100%; } works properly on Windows but doesn’t work properly on macOS
There is no scrollbar on Windows:

But there is a scrollbar on macOS:

Steps to Reproduce
- Create new Maui Blazor project
- Add
html, body, #app { height: 100%; }toapp.css - Run on Windows - there is no scrollbar - as expected
- Run on macOS - there is a scrollbar - not as expected - bug
Link to public reproduction project repository
https://github.com/Jinjinov/MauiBug
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
macOS Ventura 13.0.1
Did you find any workaround?
No response
Relevant log output
No response
Issue Analytics
- State:
- Created 10 months ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
HTML element height not at 100% using Blazor Server
I'm using Blazor Server .NET 6.0 with Syncfusion, and I have a problem with my HTML/CSS. As you can see here, for some...
Read more >Microsoft doesn't care about publishing MAUI macOS apps ...
I built an open source MAUI Blazor app and I made it work on Web browser, Windows, Linux, Android, iOS and macOS: ...
Read more >Blazor Hybrid Web Apps with .NET MAUI
MAUI is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. MAUI uses a single shared code-base to...
Read more >Telerik Blazor UI in Native Apps
Telerik UI for Blazor delivers 100+ UI controls that are customizable and highly ... NET MAUI app, but with Blazor painting all the...
Read more >Troubleshoot known issues - .NET MAUI
Learn about .NET MAUI known issues and troubleshooting you can do to resolve these issues.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@guardrex can you please add a note in the documentation that each platform you run your app on will use the default browser for that platform and the differences between these browsers need to be accounted for.
Verified this issue with Visual Studio for Mac 17.6 (build 1575). Can repro on macOS with sample project. https://github.com/Jinjinov/MauiBug