UNPKG

tether

Version:

A client-side library to make absolutely positioned elements attach to elements in the page efficiently.

19 lines (18 loc) 275 B
.tether-element, .tether-target { width: 200px; height: 50px; background-color: #4cc; position: absolute; } body { width: 100%; height: 100%; overflow: scroll; } .scroll { width: 400%; height: 400%; } .tether-target:not(.tether-element) { cursor: move; }