@babylonjs/shared-ui-components 7.34.2 → 7.34.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -923,7 +923,7 @@ export class GraphFrame {
923
923
  this._outputPortContainer.classList.add(commonStyles["outputsContainer"]);
924
924
  this._portContainer.appendChild(this._outputPortContainer);
925
925
  this._inputPortContainer = root.ownerDocument.createElement("div");
926
- this._inputPortContainer.classList.add(commonStyles["inputsContainer"]);
926
+ this._inputPortContainer.classList.add(commonStyles["inputsContainer"], commonStyles["inputsContainerUp"]);
927
927
  this._portContainer.appendChild(this._inputPortContainer);
928
928
  this.name = "Frame";
929
929
  this.color = Color3.FromInts(72, 72, 72);