Skip to content

Commit

Permalink
Merge pull request #156 from ezsystems/EZP-30232-item-highlight-is-cr…
Browse files Browse the repository at this point in the history
…opped-in-Content-Tree-with-scroll

EZP-30232: Item highlight is cropped in Content Tree with scroll
  • Loading branch information
Łukasz Serwatka authored Mar 6, 2019
2 parents 73de0e6 + efe2ab3 commit 3e287d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/public/scss/modules/content-tree/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
padding: 0 0 0 calculateRem(12px);
list-style: none;
}

.m-tree__scrollable-wrapper {
> .c-list {
display: table;
width: 100%;
}
}

0 comments on commit 3e287d1

Please sign in to comment.