0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-08-06 19:47:38 +00:00

add oddbird polyfill - not quite working

Not quite working yet.  polyfill is loaded, but positioned elements are spanning whole viewport.  Parking this for now.
This commit is contained in:
Gazook89
2026-04-24 22:06:52 -05:00
parent 87ed5d107d
commit 359d87440b
8 changed files with 117 additions and 9 deletions
@@ -0,0 +1,15 @@
.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);
}