Fix avatar controls glitching when hovering from the bottom

This commit is contained in:
ayato 2024-07-09 17:07:29 +00:00 committed by GitHub
parent a13d62e8fd
commit b7fc08931e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,13 @@
-o-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
} }
.avatar_controls
{
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
}
.avatarDelete .avatarDelete
{ {
position:absolute; position:absolute;