From c751709b1b4fe6f16fd84647e8e071455e7b78d6 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 17 Mar 2026 03:04:36 +1100 Subject: v0.1a --- MainLayout.razor.css | 5 +++++ 1 file changed, 5 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..0ce15c2 --- /dev/null +++ b/MainLayout.razor.css @@ -0,0 +1,5 @@ +#content { + flex: 1 1 calc(100vh - 59px); + overflow-x: hidden; + overflow-y: auto; +} -- cgit v1.3