👨💻
Pinned Loading
-
perpetual-protocol/perp-curie-contract
perpetual-protocol/perp-curie-contract PublicPerpetual Protocol Curie (v2) core contracts
-
perpetual-protocol/perp-collateral-liquidator
perpetual-protocol/perp-collateral-liquidator Public -
perpetual-protocol/perp-oracle-contract
perpetual-protocol/perp-oracle-contract PublicPerpetual Protocol Curie (v2) oracle contracts
-
-
-
Get Scrollable Parent
Get Scrollable Parent 1function getScrollParent(node) {
2const isElement = node instanceof HTMLElement;
3const overflowY = isElement && window.getComputedStyle(node).overflowY;
4const isScrollable = overflowY !== 'visible' && overflowY !== 'hidden';
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.