Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display issues when embedded #1190

Open
daledev-uk opened this issue Jan 7, 2025 · 4 comments
Open

Display issues when embedded #1190

daledev-uk opened this issue Jan 7, 2025 · 4 comments

Comments

@daledev-uk
Copy link

I use the tool embedded in a an iframe. When embedded, the scan/query section seems to dispear

image

This then has the knock on affect that the actions menu goes behind the items returns panel.

You will also notice the icons in the top right do not render correctly either

@kritish-dhaubanjar
Copy link
Owner

kritish-dhaubanjar commented Jan 8, 2025

Could you share your setup?
I tried with:

<iframe src="http://localhost:5173/dynamodb/" style="width: 80vw; height: 80vh" />

image

@daledev-uk
Copy link
Author

My use case is I actually embed it in an electron app, which is using chrome. If I open the dev tools

image

You will see that accordion element is not rendered unlike then I open standalone below

image

@kritish-dhaubanjar
Copy link
Owner

kritish-dhaubanjar commented Jan 9, 2025

@daledev-uk

I created an electron app, added iframe to load the the dashboard. 🤔

image

@daledev-uk
Copy link
Author

Well that is all very strange 🤣

Wonder if its related to any of my electron settings, I will have to have a play when I get a minute

	// Create the browser window.
	win = new BrowserWindow({
		width: 1240,
		height: 860,
		frame: false,
		webPreferences: {
			nodeIntegration: true,
			webSecurity: false,
			webviewTag: true,
			allowRunningInsecureContent: true,
		},
	});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants