summaryrefslogtreecommitdiff
path: root/MainLayout.razor.css
diff options
context:
space:
mode:
Diffstat (limited to 'MainLayout.razor.css')
-rw-r--r--MainLayout.razor.css5
1 files changed, 5 insertions, 0 deletions
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;
+}