Lint roll : Move overflow menu rules
This commit is contained in:
parent
a5d29b9992
commit
399bed93bd
1 changed files with 15 additions and 13 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue