diff --git a/techniques/general/G225.html b/techniques/general/G225.html index 0db9964729..ab84f2dc22 100644 --- a/techniques/general/G225.html +++ b/techniques/general/G225.html @@ -38,12 +38,7 @@

Procedure

  • Activate the zoom function to enlarge the view by 400%.
  • Check that the content of each individual panel within the horizontally scrolling sections is fully readable without the need for additional horizontal scrolling.
  • -
    -

    Note

    -
    -

    The native browser scrollbar is not included in the viewport dimensions. Therefore, when setting the view to 1280 CSS pixels wide for a vertically scrolling page, make sure to exclude the scrollbar width.

    -
    -
    +

    The native browser scrollbar is not included in the viewport dimensions. Therefore, when setting the view to 1280 CSS pixels wide for a vertically scrolling page, make sure to exclude the scrollbar width.

    Expected Results