Fixed the device overflow bug after adding ruler feature

This commit is contained in:
Manoj Vivek 2024-04-24 16:07:16 +05:30
parent 4c2c595cff
commit ea2c45ee59

View file

@ -529,7 +529,7 @@ const Device = ({ isPrimary, device, setIndividualDevice }: Props) => {
? scaledWidth + 30
: scaledWidth,
}}
className="relative origin-top-left bg-white"
className="relative origin-top-left overflow-hidden bg-white"
>
<GuideGrid
scaledHeight={scaledHeight}