Dear Core Developers,
Please strongly consider fixing this in beta 15, 16, or stable. At some point I submitted it to GitHub but it didn’t get traction.
It used to be that I thought the following CSS rule only fixed a rare issue on iPhones where if you scroll down quickly and then back up quickly the top nav bar disappears. It still fixes that. That is still an issue. But on top of that this fixes another issue that happens with the drawer menus that I just discovered. First I will show the fix, and after that is a GIF of the issue.
Fix (works up to Beta 14):
.App:before {
transform: initial;
}
Here’s a GIF:

EDIT: Solved. For Beta 15+ the fix is here. Unless this is fixed before beta 15 is released. The best thing might be removing the transform rule for .App-navigation.