Skip to content

Commit

Permalink
fix: update latest carbon and add style override for sidenav overlay …
Browse files Browse the repository at this point in the history
…bug (carbon-design-system#1106)

* chore: update latest carbon components/react

* fix: add sidenav overlay style override

* chore: update latest carbon
  • Loading branch information
jnm2377 authored Mar 24, 2021
1 parent caecda1 commit 7f4378e
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 19 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-theme-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@reach/router": "^1.2.1",
"@vimeo/player": "^2.9.1",
"beautiful-react-hooks": "^0.23.1",
"carbon-components": "^10.23.2",
"carbon-components-react": "^7.23.2",
"carbon-components": "^10.31.0",
"carbon-components-react": "^7.31.0",
"carbon-icons": "^7.0.7",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,8 @@
.container--homepage .#{$prefix}--col-no-gutter {
padding: 0;
}

.bx--side-nav__overlay-active {
//rel: https://github.com/carbon-design-system/carbon-website/pull/2187
width: 100%;
}
Loading

0 comments on commit 7f4378e

Please sign in to comment.