fix: ensure tooltips cannot overlap dialogs
Compare changes
@@ -143,7 +143,7 @@ export const DialogContent = React.forwardRef<HTMLDivElement, React.HTMLProps<HT
Reported by Alen: tooltips were incorrectly able to appear on top of dialogs. Simple z-index fix