From 0b395a4c049463633a16bc2411c523e431fbc71d Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Sun, 24 May 2026 02:16:30 +1000 Subject: Moved MainLayout.razor to Layout/ --- Layout/MainLayout.razor.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Layout/MainLayout.razor.css (limited to 'Layout/MainLayout.razor.css') diff --git a/Layout/MainLayout.razor.css b/Layout/MainLayout.razor.css new file mode 100644 index 0000000..c2b5603 --- /dev/null +++ b/Layout/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