diff --git a/app/styles/basics.scss b/app/styles/basics.scss index 33257bf2a..987a6d58d 100644 --- a/app/styles/basics.scss +++ b/app/styles/basics.scss @@ -100,18 +100,7 @@ noscript { } .floating-link { - width: 100%; - height: 100%; - top: 0; - right: 0; - bottom: 0; - left: 0; - position: absolute; - z-index: 201; - background: transparent; - border: 0; - margin: 0; - padding: 0; + @apply w-full h-full inset-0 absolute z-10; } .greentext {