Skip to content

Commit

Permalink
Added zIndex property
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Sep 17, 2024
1 parent d195a59 commit 5709f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fdc3-get-agent/src/ui/AbstractUIComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export const ALLOWED_CSS_ELEMENTS = [
"transition",
"maxHeight",
"maxWidth",
"display"
"display",
"zIndex"
]

export abstract class AbstractUIComponent implements Connectable {
Expand Down

0 comments on commit 5709f0f

Please sign in to comment.