aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-04 01:58:13 -0800
committerFuwn <[email protected]>2024-02-04 01:58:19 -0800
commitc375e25c88ccd6a4373c7a907a367778d9dbabc1 (patch)
tree3b6e12431042773c10c4087e9913f360029b2b1a /src/routes
parentfeat(reader): better errors (diff)
downloaddue.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.svelte2
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 {