Fix icon cutoff
This commit is contained in:
parent
800e735115
commit
de93a97af0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue