mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 06:44:13 +00:00
Fixed the device overflow bug after adding ruler feature
This commit is contained in:
parent
4c2c595cff
commit
ea2c45ee59
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue