Transition to modals and popovers

This commit is contained in:
Robert Long
2021-12-03 16:42:29 -08:00
parent 742fdab56d
commit f57b520622
19 changed files with 507 additions and 75 deletions

View File

@@ -158,3 +158,11 @@ details > :not(summary) {
details[open] > summary {
margin-bottom: 16px;
}
*[data-overlay-container] {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}