Skip to content

Commit

Permalink
fix(elements): content highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Apr 28, 2020
1 parent d384e55 commit 90007c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elements/Highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default class Highlight {

this._$content.css({
left: bl + pl,
top: bl + pt,
top: bt + pt,
width: pw - pl - pr,
height: ph - pt - pb,
background: contentColor
Expand Down

0 comments on commit 90007c6

Please sign in to comment.