wave
wave copied to clipboard
feat: Avoid using z-indexes in our component implementations
As discussed in #1996, it would be good to avoid using z-indexes in our wave component implementations..
- [ ] Remove z-indexes from
ui.tableheaders and use what Fluent UI offers - [ ] Use Fluent UI Popover in
ui.time_pickerinstead of the MUI one - [ ] Find out if
ui.dialog,ui.side_panelandui.notification_barneed z-indexes after the changes above