Chats: fix search input on /chats

This commit is contained in:
Alex Gleason
2022-06-04 17:10:41 -05:00
parent de2c9148eb
commit 8dbee455f1

View File

@ -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 {