Skip to content
Snippets Groups Projects
Commit fdc10344 authored by chris's avatar chris Committed by john
Browse files

fix height

parent 31d35ac9
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ class Notes extends Component { ...@@ -106,7 +106,7 @@ class Notes extends Component {
computeMainPane () { computeMainPane () {
const mainPane = document.getElementById('content-panel') const mainPane = document.getElementById('content-panel')
mainPane.style.height = this.el.el.offsetTop - 155 + 'px' mainPane.style.height = this.el.el.offsetTop - 162 + 'px'
} }
onNotesUpdated (change) { onNotesUpdated (change) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment