Add autocomplete

This commit is contained in:
kwaroran
2024-09-23 23:53:03 +09:00
parent cbba839cea
commit e676623a4e
4 changed files with 135 additions and 6 deletions

View File

@@ -250,4 +250,8 @@ html, body{
.x-risu-risu-inlay-image > img{
@apply rounded-lg focus:outline-none max-w-80 w-full
}
.z-100{
z-index: 100;
}