Fix missing Avatar on the schedule user's popup (#4290)
# What this PR does Fix missing Avatar on the schedule user's popup ## Which issue(s) this PR closes Closes https://github.com/grafana/oncall/issues/4258 ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes.
This commit is contained in:
parent
2f1ea7dc98
commit
da79bff1dc
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ const getStyles = () => {
|
|||
return {
|
||||
root: css`
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
`,
|
||||
|
||||
avatar: css`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue