summaryrefslogtreecommitdiff
path: root/MainLayout.razor.css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-03-17 03:04:36 +1100
committerJake Mannens <jake@asger.xyz>2026-06-07 12:32:37 +1000
commitc51ff4e755f009ca0bc8e935a92c04e583c4ee8a (patch)
tree0a9a311c5404a96495df1047e613dc3aea3d0f15 /MainLayout.razor.css
Initial commit
Diffstat (limited to 'MainLayout.razor.css')
-rw-r--r--MainLayout.razor.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/MainLayout.razor.css b/MainLayout.razor.css
new file mode 100644
index 0000000..c2b5603
--- /dev/null
+++ b/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;
+}