Files
emaui/node_modules/@mantine/core/styles/Affix.layer.css
2026-05-29 15:23:46 +03:00

9 lines
222 B
CSS

@layer mantine {.m_7f854edf {
position: fixed;
z-index: var(--affix-z-index);
inset-inline-start: var(--affix-left);
inset-inline-end: var(--affix-right);
top: var(--affix-top);
bottom: var(--affix-bottom);
}
}