Riksrevisjonen / pioneeR

R package for running a Shiny app for DEA analysis
https://riksrevisjonen.github.io/pioneeR/
GNU General Public License v3.0
6 stars 2 forks source link

Fix positioning for tooltips #78

Open ohjakobsen opened 7 months ago

ohjakobsen commented 7 months ago

The JS-function for positioning tooltips is based on absolute positioning relative to the HTML-document. It should instead be based on the relative size of the viewport and the relative positioning of the mouse pointer to the viewport with fixed positioning in the CSS. This will allow for better positioning of tooltips for the user. The following changes should be considered: