fix: Fix a bug that could cause menus to scroll incorrectly on mouseover

This commit is contained in:
Aaron Dodson
2026-02-26 08:47:34 -08:00
parent 3b14950a36
commit 35f43aac66
+2
View File
@@ -456,6 +456,7 @@ input[type=number] {
height: 16px;
position: absolute;
width: 16px;
display: none;
}
.blocklyMenuItemSelected .blocklyMenuItemCheckbox {
@@ -463,6 +464,7 @@ input[type=number] {
float: left;
margin-left: -24px;
position: static; /* Scroll with the menu. */
display: block;
}
.blocklyMenuItemRtl .blocklyMenuItemCheckbox {