overflow include item when creating list
This commit is contained in:
parent
847de06ca2
commit
a530b7ae65
@ -21,6 +21,8 @@ body {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
max-height: 70%;
|
||||||
|
max-width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.graph-container-hidden {
|
.graph-container-hidden {
|
||||||
@ -43,15 +45,16 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item_checkboxes {
|
.item_checkboxes {
|
||||||
max-height: 50%;
|
object-fit: cover;
|
||||||
overflow-y: auto;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
overflow-y: scroll;
|
||||||
|
max-height: 50cqh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item_checkboxes div {
|
.item_checkboxes div {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
width: calc(50% - 10px);
|
width: calc(25% - 10px);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user