Better display items from different sources with different z-indices in the same place (#3723)

This commit is contained in:
Kirill Bulatov 2023-12-20 00:01:37 +02:00 committed by GitHub
commit acbb3f39f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 47 additions and 83 deletions

View file

@ -96,6 +96,7 @@ impl RenderOnce for TabBar {
div()
.id(self.id)
.z_index(120) // todo!("z-index")
.group("tab_bar")
.flex()
.flex_none()