diff --git a/compare/style.css b/compare/style.css index 495cbba6..eb4a4e48 100644 --- a/compare/style.css +++ b/compare/style.css @@ -27,10 +27,11 @@ position: absolute; top: 0; right: 0; - inline-size: var(--size-10); + inline-size: 4px; + z-index: 1; &:hover .octo-arm { - animation: octocat-wave 560ms ease-in-out + animation: octocat-wave 560ms ease-in-out; } & > svg { @@ -52,4 +53,4 @@ 40%,80% { transform: rotate(10deg) } -} \ No newline at end of file +}