mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
363 B
25 lines
363 B
:host ::ng-deep {
|
|
.cdk-virtual-scroll-content-wrapper {
|
|
right: 0;
|
|
}
|
|
}
|
|
|
|
.array-container {
|
|
background: $color-border;
|
|
margin: 0;
|
|
margin-bottom: 1rem;
|
|
padding-bottom: 1rem;
|
|
position: relative;
|
|
}
|
|
|
|
.drag-container {
|
|
position: relative;
|
|
}
|
|
|
|
cdk-virtual-scroll-viewport {
|
|
height: 1000px;
|
|
}
|
|
|
|
.item {
|
|
padding: 1rem 1rem 0;
|
|
}
|