diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-04-15 02:59:58 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-04-15 02:59:58 +1000 |
| commit | d59e751c5b7c23f0dce2a146b6b8ced80231a0cb (patch) | |
| tree | 3f2d949b4f073b71ce655bb4ce97b2e54e588fd3 /MainLayout.razor.css | |
| parent | 720856bb353ab66a773e0a438d8af7f0a2188641 (diff) | |
v0.9av0.9a
Diffstat (limited to 'MainLayout.razor.css')
| -rw-r--r-- | MainLayout.razor.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MainLayout.razor.css b/MainLayout.razor.css index 0ce15c2..c2b5603 100644 --- a/MainLayout.razor.css +++ b/MainLayout.razor.css @@ -1,5 +1,9 @@ -#content { +div#content { flex: 1 1 calc(100vh - 59px); overflow-x: hidden; overflow-y: auto; } + +body.mobile-menu-visible div#content { + display: none; +} |
