diff --git a/docs-src/tutorials/04-cookbook.md b/docs-src/tutorials/04-cookbook.md index 9ecd3ad02..ead7c2e87 100644 --- a/docs-src/tutorials/04-cookbook.md +++ b/docs-src/tutorials/04-cookbook.md @@ -6,6 +6,26 @@ as a dependency, in favor of users installing it directly in their apps. To disa you can install `body-scroll-lock` and run `bodyScrollLock.disableBodyScroll();` before starting the tour, then `bodyScrollLock.clearAllBodyScrollLocks();` after stopping the tour. +### Highlighting multiple elements + +The most obvious use case for this, is around a group of elements, or more specifically the column in a TABLE. This can be achieved using CSS to absolutely position the element and give it the width and height you need. e.g., + +```html +