(&mut self, z_index: i16)
| 55 | /// Sets the floating element's Z-index. |
| 56 | #[inline] |
| 57 | pub fn z_index(&mut self, z_index: i16) -> &mut Self { |
| 58 | self.config.z_index = z_index; |
| 59 | self |
| 60 | } |
| 61 | |
| 62 | /// Sets the attachment points of the floating element and its parent. |
| 63 | /// |
no outgoing calls