mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +03:00
Fix avatar controls glitching when hovering from the bottom
This commit is contained in:
parent
a13d62e8fd
commit
b7fc08931e
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue