Better display items from different sources with different z-indices in the same place (#3723)
This commit is contained in:
commit
acbb3f39f6
8 changed files with 47 additions and 83 deletions
|
@ -96,6 +96,7 @@ impl RenderOnce for TabBar {
|
|||
|
||||
div()
|
||||
.id(self.id)
|
||||
.z_index(120) // todo!("z-index")
|
||||
.group("tab_bar")
|
||||
.flex()
|
||||
.flex_none()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue