Removing the border around Blockly

87 views
Skip to first unread message

Indrek

unread,
Dec 1, 2022, 2:42:56 AM12/1/22
to Blockly
Hey!

I'd like to remove the border with #c6c6c6 that goes all around Blockly. Any advice on how to accomplish this?

Thanks

Neil Fraser

unread,
Dec 1, 2022, 5:25:15 PM12/1/22
to blo...@googlegroups.com
Add this CSS to your page:

.blocklyMainBackground {
  stroke: none !important;
}


--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/7f2c7f5b-ce56-4d3d-9ceb-19ebb2050f88n%40googlegroups.com.


--
Neil Fraser, Switzerland
https://neil.fraser.name

Indrek

unread,
Dec 2, 2022, 2:56:05 AM12/2/22
to Blockly
Thanks, Neil! Also worked without !important.
Reply all
Reply to author
Forward
0 new messages