We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c03e2 commit 7489582Copy full SHA for 7489582
src/template.ts
@@ -37,6 +37,7 @@ export default class TemplateFactory implements FlasherInterface {
37
container.style.position = 'fixed';
38
container.style.maxWidth = '304px';
39
container.style.width = '100%';
40
+ container.style.zIndex = '999999';
41
42
switch (this.options.position) {
43
case 'top-left':
0 commit comments