You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix iframe hiding to avoid breaking stl, pdb, and images
* Switch to using `opacity: 0.0` instead of `display: none` to hide
iframes that are still being built. Use of `display: none` was
causing OpenGL-based renderers (pdb and 3D-object) to fail, and was
disabling image zoom for large images.
0 commit comments