Skip to content

Commit fc1027c

Browse files
committed
fix download progress bar
1 parent fe92f4d commit fc1027c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/views/download-overlay.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ const ProgressBar = require('../components/progress-bar');
1414
const styles = {
1515
overlay: {
1616
paddingBottom: 40,
17-
width: 600
17+
width: 600,
18+
// keep the download progress pinned to the bottom
19+
position: 'relative'
1820
},
1921
overlayFooter: {
2022
marginLeft: 0,

0 commit comments

Comments
 (0)