Fix preview covering pixel count

This commit is contained in:
2024-07-28 21:41:00 +02:00
parent 2fe862c9f1
commit cad3ec6fd7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ import { formatNumber } from "../../lib/utils";
const CountBox = styled.div<{width: number}>`
position: fixed;
display: flex;
z-index: 10;
flex-direction: row;
bottom: ${props => (props.width > 480 ? 107 : 187)}px;
right: 16px;