Revert "Store a z-index id per-layer (#4128)"
This reverts commit28a2337218, reversing changes made toe992f84735.
This commit is contained in:
@@ -4334,7 +4334,7 @@ impl Element for DisconnectedOverlay {
|
||||
}
|
||||
|
||||
fn paint(&mut self, bounds: Bounds<Pixels>, overlay: &mut Self::State, cx: &mut WindowContext) {
|
||||
cx.with_z_index(u16::MAX, |cx| {
|
||||
cx.with_z_index(u8::MAX, |cx| {
|
||||
cx.add_opaque_layer(bounds);
|
||||
overlay.paint(cx);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user