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

Commit

Permalink
Add flex grow to nav scrollable container
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoBeltran committed Nov 12, 2019
1 parent 504f264 commit af2ff3a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 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.5
### Fixed
- Fixed height of navigation scrollable container

## 7.0.4
### Fixed
- Fix display of HorizontalLoader under FormField
Expand Down
1 change: 1 addition & 0 deletions lib/components/Navigation/Navigation.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $activeBorderHeight: $layout-nav-item-height - (4*$grid-size);
overflow-x: hidden;
overflow-y: auto;
flex-flow: column nowrap;
flex-grow: 1;

.global-nav-active-border {
height: $activeBorderHeight;
Expand Down
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.4",
"version": "7.0.5",
"description": "Azure IoT UX Fluent Controls",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit af2ff3a

Please sign in to comment.