The documentation at https://hekigan.github.io/vue-directive-tooltip cannot be scrolled in Safari on macOS — the page just bounces as if there were no more content. No error messages are logged to console.
Expected:
Scrolling works normally.
Please mention other relevant information:
Browser Version: Safari 12.1.2
Operating System: Mac OS X 10.14.6 (18G95)
This causes problems on smaller screens (for example, the installation page does not show the content after @import "~vue-directive-tooltip/dist/vueDirectiveTooltip.css"; on a 15" MacBook Pro's screen — if there is no external display, then the rest of the instructions can only be viewed by opening the Inspector and reading the source.
Behaviour
Current:
The documentation at https://hekigan.github.io/vue-directive-tooltip cannot be scrolled in Safari on macOS — the page just bounces as if there were no more content. No error messages are logged to console.
Expected:
Scrolling works normally.
Please mention other relevant information:
This causes problems on smaller screens (for example, the installation page does not show the content after
@import "~vue-directive-tooltip/dist/vueDirectiveTooltip.css";
on a 15" MacBook Pro's screen — if there is no external display, then the rest of the instructions can only be viewed by opening the Inspector and reading the source.