mirror of
https://github.com/google/blockly.git
synced 2026-04-28 08:00:20 +02:00
fix: Fix a bug that could cause menus to scroll incorrectly on mouseover
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user