fs-feedback-creator
Advanced tools
Comparing version 2.0.39 to 2.0.40
@@ -147,3 +147,3 @@ import { angryIcon } from "./assets/icons"; | ||
this.root.style.cssText = | ||
"width: 100%; display: flex;" + | ||
"width: 100%; display: flex; z-index: 4598465323;" + | ||
this.modalViews.get(this.fb.wgPosition) + | ||
@@ -300,3 +300,3 @@ this.elementsPosition; | ||
this.root.style.cssText = | ||
"width: 100%; display: flex;" + | ||
"width: 100%; display: flex; z-index: 4598465323;" + | ||
this.modalViews.get(this.fb.wgPosition) + | ||
@@ -423,3 +423,3 @@ this.elementsPosition; | ||
this.root.style.cssText = | ||
"width: 100%; display: flex;" + | ||
"width: 100%; display: flex; z-index: 4598465323;" + | ||
this.modalViews.get(this.fb.wgPosition) + | ||
@@ -489,3 +489,3 @@ this.elementsPosition; | ||
this.root.style.cssText = | ||
"width: 100%; display: flex;" + | ||
"width: 100%; display: flex; z-index: 4598465323;" + | ||
this.modalViews.get(this.fb.wgPosition) + | ||
@@ -492,0 +492,0 @@ this.elementsPosition; |
{ | ||
"name": "fs-feedback-creator", | ||
"version": "2.0.39", | ||
"version": "2.0.40", | ||
"description": "web-based module that's responsible to inject fullsession feedback modal", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
467446