We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1b659 commit 916b526Copy full SHA for 916b526
src/resources/theme/wa.globals.ts
@@ -1,4 +1,5 @@
1
import { css } from "lit";
2
+import scrollLockStyles from "@home-assistant/webawesome/dist/styles/utilities/scroll-lock.css.js";
3
import { extractDerivedVars } from "../../common/style/derived-css-vars";
4
5
export const waMainStyles = css`
@@ -18,6 +19,8 @@ export const waMainStyles = css`
18
19
--wa-border-width-l: var(--ha-border-radius-l);
20
--wa-space-xl: 32px;
21
}
22
+
23
+ ${scrollLockStyles}
24
`;
25
26
export const waMainDerivedVariables = extractDerivedVars(waMainStyles);
0 commit comments