MCPcopy Create free account
hub / github.com/UI5/webcomponents / createBlockingStyle

Function createBlockingStyle

packages/main/src/Popup.ts:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37import globalStyles from "./generated/themes/PopupGlobal.css.js";
38
39const createBlockingStyle = (): void => {
40 createOrUpdateStyle(globalStyles, "data-ui5-popup-scroll-blocker");
41};
42
43createBlockingStyle();
44

Callers 1

Popup.tsFile · 0.85

Calls 1

createOrUpdateStyleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…