diff options
| -rw-r--r-- | css/style.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/css/style.css b/css/style.css index 73e9a77..f652e34 100644 --- a/css/style.css +++ b/css/style.css @@ -123,12 +123,10 @@ body { } .complete { - position: absolute; + position: fixed; background-color: color-mix(in srgb, var(--stone-50) 92%, transparent); - width: 100%; - height: 100%; - left: 0; - top: 0; + inset: 0; + z-index: 10; } .complete__inner { |
