tether
tether copied to clipboard
If Items Absolutely Positioned, Tether Gets Confused And Moves To A Negative Y Position
Running into the issue of Tether moving elements to a negative Y position if everything on the page is positioned absolutely (height of document is 0). This is happening on Chrome. Sometimes works fine on Firefox.
I am currently using a workaround by adding a height of 100% for HTML document.
+1
+1
See related issue here: https://github.com/bootstrap-vue/bootstrap-vue/issues/193