Remove superfluous vertical scrollbar in fullscreen (fixes #2348)

This commit is contained in:
Tom Crockett 2017-11-28 21:20:50 -08:00
parent ab7660d0ec
commit 4e78b8d536

View File

@ -75,7 +75,6 @@ const fullScreenPreviewStyle = {
border: 0,
margin: 0,
padding: 0,
overflow: 'auto',
WebkitOverflowScrolling: 'touch',
};