File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/LiveDevelopment/BrowserScripts Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1205,6 +1205,10 @@ function RemoteFunctions(config) {
12051205 </div>` ;
12061206
12071207 const styles = `
1208+ :host {
1209+ all: initial;
1210+ }
1211+
12081212 .phoenix-more-options-box {
12091213 background-color: #4285F4;
12101214 color: white;
@@ -1463,6 +1467,10 @@ function RemoteFunctions(config) {
14631467 const leftPos = offset . left ;
14641468
14651469 const styles = `
1470+ :host {
1471+ all: initial;
1472+ }
1473+
14661474 .phoenix-node-info-box {
14671475 background-color: #4285F4;
14681476 color: white;
@@ -1606,6 +1614,10 @@ function RemoteFunctions(config) {
16061614 }
16071615
16081616 const styles = `
1617+ :host {
1618+ all: initial;
1619+ }
1620+
16091621 .phoenix-ai-prompt-box {
16101622 position: absolute;
16111623 background: white;
You can’t perform that action at this time.
0 commit comments