Fix mobile styles

This commit is contained in:
Robert Long
2021-12-10 10:54:18 -08:00
parent fc3960ce63
commit 9174369fb5
13 changed files with 277 additions and 260 deletions

View File

@@ -159,10 +159,7 @@ details[open] > summary {
margin-bottom: 16px;
}
*[data-overlay-container] {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
#root > [data-overlay-container] {
position: relative;
height: 100%;
}