SIGN IN SIGN UP

gpui: Rework overlay element (#9911)

There was a problem using deferred draws with `overlay` and tooltips at
the same time.

The `overlay` element was removed and was split up into two separate
elements
- `deferred`
- `anchored` - Mimics the `overlay` behavior but does not render its
children as deferred

`tooltip_container` does not defer its drawing anymore and only uses
`anchored`.

/cc @as-cii 


Release Notes:
- Fixed tooltip for the recent projects popover not showing anymore

---------

Co-authored-by: Antonio <antonio@zed.dev>
B
Bennet Bo Fenner committed
77f1cc95b86266e90fd879d384f21bd3037cf484
Parent: 49144d9
Committed by GitHub <noreply@github.com> on 3/29/2024, 3:26:16 PM