Skip to content

Commit 7489582

Browse files
author
Khoubza Younes
committed
add z-index to template container
1 parent 57c03e2 commit 7489582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/template.ts

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default class TemplateFactory implements FlasherInterface {
3737
container.style.position = 'fixed';
3838
container.style.maxWidth = '304px';
3939
container.style.width = '100%';
40+
container.style.zIndex = '999999';
4041

4142
switch (this.options.position) {
4243
case 'top-left':

0 commit comments

Comments
 (0)