Scrollbar remaining visible after toolbox closed

179 views
Skip to first unread message

windows- ubuntu

unread,
Jul 31, 2023, 4:05:09 PM7/31/23
to Blockly
Hi! I am using the version 10.0.2 with VueJS and for some reason if I close the toolbox the scrollbar remains as shown in the screenshotimage.png

I want to point out that I started with the official VueJS template and modified it. But this problem occurred in the template itself without me modifying it.

Lynn Duke

unread,
Jul 31, 2023, 4:10:44 PM7/31/23
to Blockly
I had this problem in my next.js app - the fix was modifying global css in next.js

/* Fixes issue where Blockly toolbox scrollbar doesn't hide - https://github.com/google/blockly/issues/5840*/
svg[display='none'] {
display: none;
}


I have NO idea if this is causing other rendering issues though so someone from the team may have better advice.

windows- ubuntu

unread,
Jul 31, 2023, 4:35:18 PM7/31/23
to Blockly
Thanks a lot it works!
Reply all
Reply to author
Forward
0 new messages