This commit is contained in:
Juergen Kunz
2025-06-27 20:41:24 +00:00
parent 65acda3de1
commit 216cb0288d

View File

@ -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`