Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Add overflow hidden to workspace container
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoBeltran committed Nov 12, 2019
1 parent d67e6c6 commit 5d30c90
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 7.0.3
### Fixed
- Add overflow hidden to workspace container

## 7.0.2
### Fixed
- Made workspace to be a flex container without overflow specified
Expand Down
1 change: 0 additions & 1 deletion lib/components/Navigation/Navigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,5 @@ $activeBorderHeight: $layout-nav-item-height - (4*$grid-size);
.global-nav-items {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
}
1 change: 1 addition & 0 deletions lib/components/Shell/Shell.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@
background-color: var(--color-bg-container);
display: flex;
flex-direction: column;
overflow: hidden;
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/azure-iot-ux-fluent-controls",
"version": "7.0.2",
"version": "7.0.3",
"description": "Azure IoT UX Fluent Controls",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 5d30c90

Please sign in to comment.