Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Feb 17, 2024
1 parent 66999ae commit b391f2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ var QuickLexicon = Backbone.View.extend({
displayQuickDef: function(lexicon, headerText, augStrongNum) {
var self = this;
if ((typeof augStrongNum === "string") && (augStrongNum !== "")) self.augStrong = augStrongNum;
var quickDefPositionAtTop = ((self.position / self.height) > 0.4);
var quickDefPositionAtTop = ((self.position / self.height) > 0.2);
if (quickDefPositionAtTop)
lexicon.css({"top": "0", "bottom": "auto"});
if ($('#sidebar:hover').length > 0)
Expand Down

0 comments on commit b391f2c

Please sign in to comment.