Merge pull request #5473 from opf/test/contain-strict

Check contain:strict for extremely long timelines
pull/5469/merge
ulferts 8 years ago committed by GitHub
commit 03525bf004
  1. 4
      app/assets/stylesheets/layout/_work_package_table.sass

@ -113,7 +113,7 @@
// Hint browser that this will inner-scroll // Hint browser that this will inner-scroll
will-change: transform will-change: transform
// Hinter browser that the content of the flex is contained // Hinter browser that the content of the flex is contained
contain: content contain: strict
&.-timeline-visible &.-timeline-visible
// Show the horizontal scrollbar if necessary // Show the horizontal scrollbar if necessary
@ -131,7 +131,7 @@
// Hint browser that this will inner-scroll // Hint browser that this will inner-scroll
will-change: transform will-change: transform
// Hinter browser that the content of the flex is contained // Hinter browser that the content of the flex is contained
contain: content contain: strict
.work-packages--edit-actions .work-packages--edit-actions
.work-packages--left-panel & .work-packages--left-panel &

Loading…
Cancel
Save