We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0feaf commit e030d84Copy full SHA for e030d84
packages/elements/src/overlay/elements/overlay.ts
@@ -325,10 +325,10 @@ export class Overlay extends ResponsiveElement {
325
326
/**
327
* Set a preferable z-index to override automatically calculated z-index
328
- * @type {number|null|undefined}
+ * @type {number|string|null|undefined}
329
*/
330
@property({ type: Number, attribute: 'z-index' })
331
- public zIndex: number | NullOrUndefined;
+ public zIndex: number | 'auto' | NullOrUndefined;
332
333
334
* Set a specific x coordinate
0 commit comments