update
This commit is contained in:
@ -88,10 +88,6 @@ export class WccProperties extends DeesElement {
|
|||||||
grid-template-columns: 1fr 150px 300px 70px;
|
grid-template-columns: 1fr 150px 300px 70px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-content .grid {
|
|
||||||
height: 100px;
|
|
||||||
}
|
|
||||||
.properties {
|
.properties {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
@ -391,8 +387,6 @@ export class WccProperties extends DeesElement {
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 1fr 150px 300px 70px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
${this.showAdvancedEditor ? html`
|
${this.showAdvancedEditor ? html`
|
||||||
|
Reference in New Issue
Block a user