We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6814876 commit 2f22ce6Copy full SHA for 2f22ce6
src/components/services/content/Services.js
@@ -61,7 +61,7 @@ export default @injectSheet(styles) @observer class Services extends Component {
61
width: bounds.width,
62
height: bounds.height,
63
x: bounds.x,
64
- y: bounds.y,
+ y: element.target.offsetTop,
65
});
66
67
src/features/todos/components/TodosWebview.js
@@ -110,7 +110,7 @@ class TodosWebview extends Component {
110
111
112
113
114
115
116
0 commit comments