Flash notifications for quick actions are offset when performance bar is enabled
With performance bar enabled, the notification messages for quick actions are rendered improperly:
This is due to the CSS:
.with-performance-bar .flash-container {
top: 83px
}
This was introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30141
