diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm b/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm index 9739797a2e..aba5f017fd 100644 --- a/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm +++ b/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm @@ -467,8 +467,9 @@ typedef NS_ENUM(NSUInteger, MWMBottomMenuViewCell) - (void)setState:(MWMBottomMenuState)state { - [self toggleDimBackgroundVisible:state == MWMBottomMenuStateActive]; MWMBottomMenuView * view = (MWMBottomMenuView *)self.view; + [self.controller.view bringSubviewToFront:view]; + [self toggleDimBackgroundVisible:state == MWMBottomMenuStateActive]; if (view.state == MWMBottomMenuStateCompact && (state == MWMBottomMenuStatePlanning || state == MWMBottomMenuStateGo || state == MWMBottomMenuStateText))