mirror of https://github.com/Squidex/squidex.git
committed by
GitHub
5 changed files with 76 additions and 27 deletions
@ -1,11 +1,25 @@ |
|||||
|
:host ::ng-deep { |
||||
|
.cdk-virtual-scroll-content-wrapper { |
||||
|
right: 0; |
||||
|
} |
||||
|
} |
||||
|
|
||||
.array-container { |
.array-container { |
||||
background: $color-border; |
background: $color-border; |
||||
|
margin: 0; |
||||
margin-bottom: 1rem; |
margin-bottom: 1rem; |
||||
padding: 1rem; |
padding-bottom: 1rem; |
||||
padding-bottom: 1px; |
position: relative; |
||||
|
} |
||||
|
|
||||
|
.drag-container { |
||||
position: relative; |
position: relative; |
||||
} |
} |
||||
|
|
||||
|
cdk-virtual-scroll-viewport { |
||||
|
height: 1000px; |
||||
|
} |
||||
|
|
||||
.item { |
.item { |
||||
margin-bottom: 1rem; |
padding: 1rem 1rem 0; |
||||
} |
} |
||||
Loading…
Reference in new issue