fix: floating background when long name

This commit is contained in:
Methapon2001 2024-04-17 11:53:46 +07:00
parent daec58314f
commit b9e956b440

View file

@ -50,7 +50,7 @@ svg {
width: 200px; width: 200px;
position: absolute; position: absolute;
left: 0px; left: 0px;
top: 50px; bottom: 0;
opacity: 0.1; opacity: 0.1;
} }