Skip to content

Commit

Permalink
remove will-change: transform
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jun 5, 2024
1 parent c51fcbc commit ff180fd
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@
display: flex;
flex-grow: 1;
flex-direction: column;
//overflow-y: auto;
overflow-y: auto;

//height: calc(100% - #{$grid-unit-60 - $border-width});

// Include custom scrollbars, invisible until hovered.
@include custom-scrollbars-on-hover(transparent, $gray-600);
//overflow: auto;

// TODO - this breaks the absolute positioning of the patterns panel but we need it for list view
//@include custom-scrollbars-on-hover(transparent, $gray-600);

// Only reserve space for scrollbars when there is content to scroll.
// This allows items in the list view to have equidistant padding left and right
Expand Down

0 comments on commit ff180fd

Please sign in to comment.