Skip to content

Commit

Permalink
Merge pull request #14969 from RaananW/dontClipGridOfScrollView
Browse files Browse the repository at this point in the history
Don't clip the grid's children in a scrollview
  • Loading branch information
sebavan committed Apr 10, 2024
2 parents a451ad8 + ad354dd commit 64db803
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ export class ScrollViewer extends Rectangle {
this._dragSpace.thickness = 1;
this._grid.addControl(this._dragSpace, 1, 1);

this._grid.clipChildren = false;

// Colors
if (!this._useImageBar) {
this.barColor = "grey";
Expand Down

0 comments on commit 64db803

Please sign in to comment.