Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions techniques/general/G225.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ <h3>Procedure</h3>
<li>Activate the zoom function to enlarge the view by 400%.</li>
<li>Check that the content of each individual panel within the horizontally scrolling sections is fully readable without the need for additional horizontal scrolling.</li>
</ol>
<div class="note">
<p class="note-title marker">Note</p>
<div>
<p>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.</p>
</div>
</div>
<p class="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.</p>
</section>
<section class="results">
<h3>Expected Results</h3>
Expand Down