Lines Matching refs:elements
449 // | | scroll "underneath" the fixed elements.
456 // region. To get this effect, we make the fixed elements position:fixed and the
459 // display the end of the document, even with any fixed elements at the bottom
478 // Calculate the height of the fixed elements above the expanded section. Also
491 // Calculate the height of the fixed elements below the expanded section, if
535 // Now position all the elements.
1369 // Tooltip for elements that have text that overflows.
1394 var elements = node.querySelectorAll('a,button');
1395 Array.prototype.forEach.call(elements, fixLinkUnderline);