mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Fix: // isn't a legal comment in CSS (#6467)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user