Fix scrolling in UI example (#8069)
Co-authored-by: Carter Anderson <mcanders1@gmail.com>
This commit is contained in:
parent
9013955935
commit
5144a2ac25
@ -150,6 +150,7 @@ fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
|
||||
font_size: 20.,
|
||||
color: Color::WHITE,
|
||||
},
|
||||
),
|
||||
Label,
|
||||
AccessibilityNode(NodeBuilder::new(Role::ListItem)),
|
||||
));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user