This commit is contained in:
ocogeclub 2021-01-20 07:49:43 +09:00
parent e4cfe5157c
commit 75a4e94f64
2 changed files with 5 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -248,6 +248,11 @@
background: aliceblue; background: aliceblue;
} }
/* スクロールバー非表示(撮影用) */
div#blocklyDiv .blocklyToolboxDiv::-webkit-scrollbar {
display: none;
}
/* ツールボックスの行の高さ・ホバー時の変化速度 */ /* ツールボックスの行の高さ・ホバー時の変化速度 */
.blocklyTreeRow { .blocklyTreeRow {
/* height: 36px !important; */ /* height: 36px !important; */