mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
9 lines
205 B
CSS
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);
|
|
}
|