diff --git a/src/client/widgets/timeline.vue b/src/client/widgets/timeline.vue
index fb7486cb70..ca6af76126 100644
--- a/src/client/widgets/timeline.vue
+++ b/src/client/widgets/timeline.vue
@@ -33,6 +33,10 @@ export default define({
 			type: 'boolean',
 			default: true,
 		},
+		height: {
+			type: 'number',
+			default: 300,
+		},
 		src: {
 			type: 'string',
 			default: 'home',