Fix: // isn't a legal comment in CSS (#6467)

This commit is contained in:
Neil Fraser
2022-10-05 06:38:32 +02:00
committed by GitHub
parent 71b04b59c5
commit 84f6dfef4f

View File

@@ -160,7 +160,7 @@ let content = `
}
.blocklyDropDownContent {
max-height: 300px; // @todo: spec for maximum height.
max-height: 300px; /* @todo: spec for maximum height. */
overflow: auto;
overflow-x: hidden;
position: relative;