mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-06 06:47:38 +00:00
359d87440b
Not quite working yet. polyfill is loaded, but positioned elements are spanning whole viewport. Parking this for now.
15 lines
281 B
Plaintext
15 lines
281 B
Plaintext
.hb-anchor-source {
|
|
anchor-name: var(--hb-anchor-name);
|
|
}
|
|
|
|
.hb-anchor-target {
|
|
position-anchor: var(--hb-position-anchor);
|
|
}
|
|
|
|
.hb-position-area {
|
|
position-area: var(--hb-position-area);
|
|
}
|
|
|
|
.hb-position-try-fallbacks {
|
|
position-try-fallbacks: var(--hb-position-try-fallbacks);
|
|
} |