diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-03-17 03:04:36 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-15 10:45:35 +1000 |
| commit | dd818d5ce5bf1254efd2d91b8b594d6773b21c96 (patch) | |
| tree | c04e9601a15cff5f1fe9980e8f2ff41bae351635 /MainLayout.razor.css | |
Initial commit
Diffstat (limited to 'MainLayout.razor.css')
| -rw-r--r-- | MainLayout.razor.css | 9 |
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; +} |
