diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-02 11:18:45 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-20 00:48:44 +1000 |
| commit | 259fb4f401c58033c3afdce0fa5571d46a5577b2 (patch) | |
| tree | 4e1ab37d5993fee06c7ba7c7e288e51ce4769786 /MainLayout.razor.css | |
| parent | b286a0b0f1fcdb511d2dbb8886039cfb0182c89b (diff) | |
Improved page layouts
Diffstat (limited to 'MainLayout.razor.css')
| -rw-r--r-- | MainLayout.razor.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MainLayout.razor.css b/MainLayout.razor.css index 87b8aae..b0dea4e 100644 --- a/MainLayout.razor.css +++ b/MainLayout.razor.css @@ -2,6 +2,7 @@ background: var(--col-navbar-bg); box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 10px; display: flex; + z-index: 100; } div#navbar > a { @@ -49,8 +50,7 @@ div#navbar input[type="text"] { } #content { - flex: 1 1 calc(100vh - 119px); + flex: 1 1 calc(100vh - 59px); overflow-x: hidden; overflow-y: auto; - padding: 30px; } |
