Add div.z_index

This commit is contained in:
Marshall Bowers 2023-10-09 13:19:32 -04:00
parent 2654942b3c
commit d3c79c7078
4 changed files with 21 additions and 17 deletions

View file

@ -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()