Add div.z_index
This commit is contained in:
parent
2654942b3c
commit
d3c79c7078
4 changed files with 21 additions and 17 deletions
|
@ -52,7 +52,8 @@ impl<S: 'static + Send + Sync> Toast<S> {
|
|||
div = div.right_4();
|
||||
}
|
||||
|
||||
div.absolute()
|
||||
div.z_index(5)
|
||||
.absolute()
|
||||
.bottom_4()
|
||||
.flex()
|
||||
.py_2()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue