You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more likely an issue with the fact that css transforms are being used to place the bubble. If you checkout the stable branch of my fork, I re-designed the placement algorithm to better tolerate the edges of the page and to be more reliable. Sorry for the fork plug, but I have put in many PR's here to fix issues and none of them have been accepted.
There is a design issue with bootstrsap, check screnshot:
the buttons are not aligned, and are not on top of selected text.
for fix button alignment, I add:
.jquery-notebook.bubble button {
margin-top:0
}
but not sure how to fix that buttons appear on top of selected text.
The text was updated successfully, but these errors were encountered: