chg: [analyst-notes:ui] Move the popover position a bit less

- To be fixed later on
feature/analyst-notes
Sami Mokaddem 2024-01-04 09:47:35 +01:00
parent 554a37e203
commit eda21a41ea
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ $notes = [
function openNotes(clicked) {
openPopover(clicked, renderedNotes, undefined, undefined, function() {
$('.popover').css('top', '150px')
$('.popover').css('top', '75px')
$(clicked).removeClass('have-a-popover') // avoid closing the popover if a confirm popover (like the delete one) is called
})
}