Skip to content

Commit 80fb015

Browse files
committed
fix: css again
1 parent c780a0a commit 80fb015

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,20 +117,21 @@ body {
117117
padding-left: 0.2rem;
118118
padding-right: 0.2rem;
119119
/* fair. Overflowing the parent is the default,
120-
even if the parent has height smaller than
120+
even if the parent has height smaller than
121121
your height. Just overflow. Aldo don't fogret
122122
to force other items in the same row to overflow
123123
*/
124124
min-height: 0;
125125
}
126126

127127
.object-menu, .filter-menu {
128-
/* do not overflow please. If your parent doesn't overflow,
128+
/* do not overflow please. If your parent doesn't overflow,
129129
it doesn't mean it's your turn. Especially given that your
130130
only child element has `overflow: scroll;`. Maybe let it
131131
scroll, no? CSS?
132132
*/
133133
max-height: 100%;
134+
min-height: 100%;
134135
}
135136

136137
.about-menu, .object-menu > *, .filter-menu > * {
@@ -139,6 +140,7 @@ body {
139140
*/
140141
max-height: 100%;
141142
overflow: scroll;
143+
min-height: 100%;
142144
}
143145

144146
.menu-type {

0 commit comments

Comments
 (0)