Skip to content

Commit

Permalink
removes a overflow: hidden which decrease update-tree-layer performance
Browse files Browse the repository at this point in the history
removes a overflow: hidden which decrease update-tree-layer performance.
If it is required it should be solved differently due to the possibility
of having plenty items in div that has this class.
  • Loading branch information
Kamil Jakubczak committed Jun 9, 2016
1 parent 38e5937 commit f1d37a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@
.umb-grid .umb-control {
position: relative;
display: block;
overflow: hidden;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
Expand Down

0 comments on commit f1d37a5

Please sign in to comment.