diff --git a/img/cogechee.png b/img/cogechee.png index b4cb838..c7c1957 100644 Binary files a/img/cogechee.png and b/img/cogechee.png differ diff --git a/index.html b/index.html index 08714da..c51d20c 100644 --- a/index.html +++ b/index.html @@ -248,6 +248,11 @@ background: aliceblue; } + /* スクロールバー非表示(撮影用) */ + div#blocklyDiv .blocklyToolboxDiv::-webkit-scrollbar { + display: none; + } + /* ツールボックスの行の高さ・ホバー時の変化速度 */ .blocklyTreeRow { /* height: 36px !important; */