This commit is contained in:
Shpuld Shpuldson 2017-06-08 14:36:13 +03:00
parent d1dfb52feb
commit b6d3f6f367
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ const conversation = {
},
moveHeading (e) {
const rect = this.$el.getBoundingClientRect()
if (rect.bottom-50 < 50) {
if (rect.bottom - 50 < 50) {
this.floatHeading = rect.bottom - rect.top - 50
// console.log(this.floatHeading)
} else if (rect.top < 50) {