887b83fbe docs: clarify usage of body overflow in XY Grid grid-frame example
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
To start, add `.grid-frame` to the grid. This sets the grid to be 100vh (the full height of the browser window).
<div class="callout warning">
- 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;}`.
+ 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`.
</div>
Here's an example of what you can do: