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/ --- MainLayout.razor.css | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 MainLayout.razor.css (limited to 'MainLayout.razor.css') diff --git a/MainLayout.razor.css b/MainLayout.razor.css deleted file mode 100644 index c2b5603..0000000 --- a/MainLayout.razor.css +++ /dev/null @@ -1,9 +0,0 @@ -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