make sure the inline modal doesnt overflow on the left either (when u start a root comment with an emoji)

pull/173/head
Aevann 2023-07-27 21:36:48 +03:00
parent 5800da165a
commit 0bf4087aeb
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ function update_speed_emoji_modal(event)
modal_pos.y += window.scrollY;
speed_carot_modal.style.display = "initial";
speed_carot_modal.style.left = box_coords.x - 35 + "px";
speed_carot_modal.style.left = box_coords.x - 30 + "px";
speed_carot_modal.style.top = modal_pos.y + box_coords.y + 14 + "px";
// Do the search (and do something with it)