fix: use drop-shadow instead of box-shadow for correct shadows on transparent avatars
This commit is contained in:
parent
a796c8663b
commit
5145af8ac5
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ onUnmounted(() => {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
box-shadow: 1px 1px 3px rgba(#000, 0.2);
|
filter: drop-shadow(1px 1px 3px rgba(#000, 0.2));
|
||||||
}
|
}
|
||||||
|
|
||||||
> .roles {
|
> .roles {
|
||||||
|
|
Loading…
Reference in a new issue