fixing button border

This commit is contained in:
Antoine M 2024-03-19 17:42:18 +01:00
parent 19cba12752
commit c3bc891927

View File

@ -1,5 +1,5 @@
.help {
@apply absolute top-0 right-0 z-10 flex items-center gap-x-3 py-2 px-3 text-zuume text-xl pr-6;
@apply absolute top-0 right-0 z-10 flex items-center gap-x-3 py-2 px-3 text-zuume text-xl pr-6 border-none;
transform: translate(3px, -2px);
&:after {
@apply block bg-white w-full h-full absolute top-0 left-0 z-0;