From c51ff4e755f009ca0bc8e935a92c04e583c4ee8a Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 17 Mar 2026 03:04:36 +1100 Subject: Initial commit --- MainLayout.razor.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 MainLayout.razor.css (limited to 'MainLayout.razor.css') diff --git a/MainLayout.razor.css b/MainLayout.razor.css new file mode 100644 index 0000000..c2b5603 --- /dev/null +++ b/MainLayout.razor.css @@ -0,0 +1,9 @@ +div#content { + flex: 1 1 calc(100vh - 59px); + overflow-x: hidden; + overflow-y: auto; +} + +body.mobile-menu-visible div#content { + display: none; +} -- cgit v1.3