-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
I created an electron app, added iframe to load the the dashboard. 🤔 |
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
I use the tool embedded in a an iframe. When embedded, the scan/query section seems to dispear
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
The text was updated successfully, but these errors were encountered: