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 4570557 commit 8059ba1Copy full SHA for 8059ba1
src/UI.js
@@ -124,19 +124,19 @@ export const injectStyledCSS = (
124
z-index: -1;
125
}
126
127
- .gleap-frame-container--hidden {
128
- opacity: 0;
129
- pointer-events: none;
130
- animation: none !important;
131
- }
132
-
133
.gleap-frame-container iframe {
134
height: 100% !important;
135
width: 100% !important;
136
max-width: 100% !important;
137
display: block;
138
139
+ .gleap-frame-container--hidden {
+ opacity: 0;
+ pointer-events: none;
+ animation: none !important;
+ }
+
140
.bb-feedback-button {
141
margin: 0px;
142
position: fixed;
0 commit comments