API > wxt/utils/content-script-ui/types > ContentScriptOverlayPositioningOptions
Interface: ContentScriptOverlayPositioningOptions 
Contents 
Properties 
alignment 
alignment?:
ContentScriptOverlayAlignment
When using type: "overlay", the mounted element is 0px by 0px in size. Alignment specifies which corner is aligned with that 0x0 pixel space.

Default 
ts
"top-left"Source 
packages/wxt/src/utils/content-script-ui/types.ts:55
position 
position:
"overlay"
Source 
packages/wxt/src/utils/content-script-ui/types.ts:41
zIndex 
zIndex?:
number
The z-index used on the wrapper element. Set to a positive number to show your UI over website content.
Source 
packages/wxt/src/utils/content-script-ui/types.ts:46
Generated using typedoc-plugin-markdown and TypeDoc