mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-21 23:21:04 +08:00
6 lines
255 B
TypeScript
6 lines
255 B
TypeScript
|
|
export const supportsCssAnchor =
|
||
|
|
CSS.supports('position-anchor', '--anchor-name') &&
|
||
|
|
CSS.supports('anchor-name', '--anchor-name') &&
|
||
|
|
CSS.supports('top', 'anchor(--anchor-name bottom)') &&
|
||
|
|
CSS.supports('width', 'anchor-size(--anchor-name width)');
|