Fix UI when Popup is in overflow menu

This commit is contained in:
Lesley Norton
2021-10-22 22:24:39 -05:00
parent b552d41772
commit f9ddd0f0a4
2 changed files with 15 additions and 2 deletions
+13
View File
@@ -62,6 +62,19 @@ body {
color: var(--text-grey);
}
.overflow body,
.overflow html {
inline-size: 100%;
}
.overflow .container-panel {
min-block-size: 100%;
}
.overflow .panel.onboarding {
margin-block: auto;
}
html,
body {
block-size: 100%; /* Bugfix: issue 948 */