Merge pull request #5993 from evolutionxbox/fix/5927-viewport-box-sizing

bug fix (addons/viewport): viewport iframe dimensions
This commit is contained in:
Michael Shilman 2019-03-10 08:45:34 +08:00 committed by GitHub
commit 85c05f0874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,6 +135,7 @@ export default class ViewportTool extends Component {
border: '1px solid #888',
borderRadius: 4,
boxShadow: '0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);',
boxSizing: 'content-box',
...(isRotated ? flip(item.value || {}) : item.value || {}),
},