diff --git a/src-docs/src/views/bottom_bar/bottom_bar_position.js b/src-docs/src/views/bottom_bar/bottom_bar_position.js index a02fcf63bad..66855b9c044 100644 --- a/src-docs/src/views/bottom_bar/bottom_bar_position.js +++ b/src-docs/src/views/bottom_bar/bottom_bar_position.js @@ -1,25 +1,23 @@ import React from 'react'; -import { EuiBottomBar, EuiSpacer, EuiText } from '../../../../src/components'; +import { EuiBottomBar, EuiText } from '../../../../src/components'; export default () => { return ( - <> +
- When scrolling past this example block, the{' '} - EuiBottomBar will stick to the bottom of the browser - window (with a 10px offset), but keeps it within the bounds of its - parent. + When scrolling within this example, the EuiBottomBar{' '} + will stick to the bottom of scrollable container (with a 10px offset), + but will not scroll with the page itself.
Scroll to see!