diff options
| author | Fuwn <[email protected]> | 2024-02-04 01:58:13 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-04 01:58:19 -0800 |
| commit | c375e25c88ccd6a4373c7a907a367778d9dbabc1 (patch) | |
| tree | 3b6e12431042773c10c4087e9913f360029b2b1a /src/routes | |
| parent | feat(reader): better errors (diff) | |
| download | due.moe-c375e25c88ccd6a4373c7a907a367778d9dbabc1.tar.xz due.moe-c375e25c88ccd6a4373c7a907a367778d9dbabc1.zip | |
fix(css): use sane z-index values
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/+layout.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c92cf7d7..6277d3ae 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -173,7 +173,7 @@ font-size: 1.05em; font-weight: 600; padding: 0.8rem 0.4rem; - z-index: 999999; + z-index: 2; } #header a { |