Skip to content

Commit 8059ba1

Browse files
committed
Update UI.js
1 parent 4570557 commit 8059ba1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/UI.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,19 @@ export const injectStyledCSS = (
124124
z-index: -1;
125125
}
126126
127-
.gleap-frame-container--hidden {
128-
opacity: 0;
129-
pointer-events: none;
130-
animation: none !important;
131-
}
132-
133127
.gleap-frame-container iframe {
134128
height: 100% !important;
135129
width: 100% !important;
136130
max-width: 100% !important;
137131
display: block;
138132
}
139133
134+
.gleap-frame-container--hidden {
135+
opacity: 0;
136+
pointer-events: none;
137+
animation: none !important;
138+
}
139+
140140
.bb-feedback-button {
141141
margin: 0px;
142142
position: fixed;

0 commit comments

Comments
 (0)