Skip to content

Commit 4ff433b

Browse files
paxperscientiamncoden
authored andcommitted
Use pull request foundation#11280 from ncoden/docs/clarify-xy-grid-frame-example for v6.5.0
887b83f docs: clarify usage of body overflow in XY Grid grid-frame example Signed-off-by: Nicolas Coden <[email protected]>
1 parent b852822 commit 4ff433b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/xy-grid.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ The XY grid incorporates the grid frame from Foundation for Apps plus many other
303303
To start, add `.grid-frame` to the grid. This sets the grid to be 100vh (the full height of the browser window).
304304

305305
<div class="callout warning">
306-
Please note to use `.grid-margin-x` or `.grid-margin-y` with `.grid-frame` you need to hide the overflow on the body like so: `body {overflow: hidden;}`.
306+
Please note that to use `.grid-margin-x` or `.grid-margin-y` with `.grid-frame` you need to hide the overflow on the body like so: `body {overflow: hidden;}`. However, take care not to unintentionally hide overflow body content on small screens when using `.medium-grid-frame`.
307307
</div>
308308

309309
Here's an example of what you can do:

0 commit comments

Comments
 (0)