Skip to content

Commit

Permalink
Merge pull request #1225 from responsively-org/ruler-device-overflow-…
Browse files Browse the repository at this point in the history
…bugfix

Fixed the device overflow bug after adding ruler feature
  • Loading branch information
manojVivek authored Apr 24, 2024
2 parents 4c2c595 + ea2c45e commit eaad259
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit eaad259

Please sign in to comment.