Orient popovers to bottom edge of viewport

This commit is contained in:
Andy Smith
2025-10-29 14:34:36 -05:00
parent 6b90af616d
commit 0cbd19efe5
+4
View File
@@ -30,6 +30,10 @@
transform: translateX(0);
}
&.orient-top {
inset-block: auto 0;
}
&:has(.popup__footer) {
--panel-padding: var(--block-space) var(--block-space) 0 var(--block-space);
}