Restore .floating-link for now

This commit is contained in:
Alex Gleason 2022-09-30 14:19:22 -05:00
parent 6d77e0327f
commit 775cfad4dc
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -400,3 +400,7 @@
font-size: 13px;
opacity: 0.8;
}
.floating-link {
@apply w-full h-full inset-0 absolute z-10;
}