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