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

9 lines
205 B
CSS

.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);
}