Fix icon cutoff

This commit is contained in:
Rafael 2022-04-06 11:56:53 -03:00 committed by Thomas Zarebczan
parent 800e735115
commit de93a97af0

View file

@ -46,7 +46,7 @@
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
position: absolute; position: absolute;
width: 30%; width: 30%;
height: 5rem; height: 80%;
pointer-events: none; pointer-events: none;
opacity: 0; opacity: 0;
transition: opacity 0.3s ease; transition: opacity 0.3s ease;