aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/features/todos/components/TodosWebview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/todos/components/TodosWebview.js b/src/features/todos/components/TodosWebview.js
index 7e97c7f71..ca0b94ea1 100644
--- a/src/features/todos/components/TodosWebview.js
+++ b/src/features/todos/components/TodosWebview.js
@@ -12,7 +12,7 @@ const styles = theme => ({
12 width: 300, 12 width: 300,
13 position: 'absolute', 13 position: 'absolute',
14 top: 0, 14 top: 0,
15 right: 0, 15 right: -300,
16 }, 16 },
17 webview: { 17 webview: {
18 height: '100%', 18 height: '100%',