diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c607a563..e08423abc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Add `alert`, `info`, `share-alt` and `microsoft-stream` icons to Teams theme @marst89 ([#1544](https://github.com/stardust-ui/react/pull/1544)) - Add `custom` `kind` for `items` in `Toolbar` component @miroslavstastny ([#1558](https://github.com/stardust-ui/react/pull/1558)) +### Documentation +- Ensure docs content doesn't overlap with sidebar @kuzhelov ([#1568](https://github.com/stardust-ui/react/pull/1568)) + ## [v0.34.0](https://github.com/stardust-ui/react/tree/v0.34.0) (2019-06-26) [Compare changes](https://github.com/stardust-ui/react/compare/v0.33.0...v0.34.0) diff --git a/docs/src/components/Sidebar/Sidebar.tsx b/docs/src/components/Sidebar/Sidebar.tsx index b35cd8e248..313c0d47dc 100644 --- a/docs/src/components/Sidebar/Sidebar.tsx +++ b/docs/src/components/Sidebar/Sidebar.tsx @@ -133,6 +133,7 @@ class Sidebar extends React.Component { left: 0, padding: 0, maxHeight: '100vh', + zIndex: 1000, } const menuSectionStyles: ICSSInJSStyle = {