Lint roll : Move overflow menu rules

This commit is contained in:
Lesley Norton 2021-10-24 15:20:08 -05:00
parent a5d29b9992
commit 399bed93bd
No known key found for this signature in database
GPG key ID: E98FBAEE3F13956E

View file

@ -62,19 +62,6 @@ body {
color: var(--text-grey); 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, html,
body { body {
block-size: 100%; /* Bugfix: issue 948 */ block-size: 100%; /* Bugfix: issue 948 */
@ -2200,3 +2187,18 @@ tr:hover > td > .trash-button {
fill: #fff !important; fill: #fff !important;
} }
} }
/* OVERFLOW MENU */
.overflow body,
.overflow html {
inline-size: 100%;
}
.overflow .container-panel {
min-block-size: 100%;
}
.overflow .panel.onboarding {
margin-block: auto;
}