Improve page scrolling performance part 3

Remove unnecessary overlay: hidden from diff content, since the diff
lines now are allowed to expand beyond char limit to accommodate fonts
with variable width cars (e.g. CJK).

Bug: Issue 8825
Change-Id: I1326b317ec986ee9ed19c59ac6ca5b4e7e79eb82
This commit is contained in:
Viktar Donich
2018-05-21 12:15:46 -07:00
parent e75432cd6f
commit 4b5a422be9

View File

@@ -108,7 +108,6 @@ limitations under the License.
cursor: pointer; cursor: pointer;
} }
.content { .content {
overflow: hidden;
/* Set min width since setting width on table cells still /* Set min width since setting width on table cells still
allows them to shrink. Do not set max width because allows them to shrink. Do not set max width because
CJK (Chinese-Japanese-Korean) glyphs have variable width */ CJK (Chinese-Japanese-Korean) glyphs have variable width */