Skip to content

Commit 018a85a

Browse files
Fixed style issue
1 parent 55944af commit 018a85a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

dist/pdf-viewer-reactjs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ var Styles = {
358358
canvas: {
359359
height: '1000px',
360360
maxHeight: '1000px',
361-
minWidth: '1000px',
362361
maxWidth: '1000px',
363362
overflow: 'auto'
364363
}

src/Styles.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const Styles = {
22
canvas: {
33
height: '1000px',
44
maxHeight: '1000px',
5-
minWidth: '1000px',
65
maxWidth: '1000px',
76
overflow: 'auto'
87
}

0 commit comments

Comments
 (0)