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

Commit

Permalink
Fix workspace to be a flex container
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoBeltran committed Nov 11, 2019
1 parent d8e155f commit d67e6c6
Show file tree
Hide file tree
Showing 4 changed files with 8 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.2
### Fixed
- Made workspace to be a flex container without overflow specified

## 7.0.1
### Fixed
- Added role='main' and background color to shell workspace
Expand Down
3 changes: 2 additions & 1 deletion lib/components/Shell/Shell.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@
.workspace {
// occupy the rest of the screen and scroll internally:
flex-grow: 1;
overflow: auto;

// Make sure this is now the main element to position all children
position: relative;

background-color: var(--color-bg-container);
display: flex;
flex-direction: column;
}
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.1",
"version": "7.0.2",
"description": "Azure IoT UX Fluent Controls",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit d67e6c6

Please sign in to comment.