Skip to content

Commit

Permalink
Handle banner in sidebar styles fixes #4878 (#4886)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Apr 7, 2018
1 parent 8ca8c3d commit 8f2b445
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,36 @@
"dependencies": {
"bluebird": "^3.5.1",
"email-validator": "^1.1.1",
"gatsby": "^1.9.225",
"gatsby-image": "^1.0.41",
"gatsby-link": "^1.6.38",
"gatsby": "^1.9.246",
"gatsby-image": "^1.0.43",
"gatsby-link": "^1.6.40",
"gatsby-plugin-catch-links": "^1.0.19",
"gatsby-plugin-feed": "^1.3.19",
"gatsby-plugin-fullstory": "^1.0.0",
"gatsby-plugin-fullstory": "^1.0.3",
"gatsby-plugin-glamor": "^1.6.13",
"gatsby-plugin-google-analytics": "^1.0.20",
"gatsby-plugin-google-analytics": "^1.0.28",
"gatsby-plugin-lodash": "^1.0.11",
"gatsby-plugin-manifest": "^1.0.15",
"gatsby-plugin-manifest": "^1.0.17",
"gatsby-plugin-netlify": "^1.0.19",
"gatsby-plugin-nprogress": "^1.0.14",
"gatsby-plugin-offline": "^1.0.15",
"gatsby-plugin-react-helmet": "^2.0.7",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-sharp": "^1.6.40",
"gatsby-plugin-sitemap": "^1.2.15",
"gatsby-plugin-twitter": "^1.0.19",
"gatsby-plugin-typography": "^1.7.17",
"gatsby-remark-autolink-headers": "^1.4.13",
"gatsby-remark-copy-linked-files": "^1.5.30",
"gatsby-remark-images": "^1.5.56",
"gatsby-remark-prismjs": "^1.2.17",
"gatsby-remark-autolink-headers": "^1.4.16",
"gatsby-remark-copy-linked-files": "^1.5.31",
"gatsby-remark-images": "^1.5.60",
"gatsby-remark-prismjs": "^1.2.23",
"gatsby-remark-responsive-iframe": "^1.4.18",
"gatsby-remark-smartypants": "^1.4.12",
"gatsby-source-filesystem": "^1.5.26",
"gatsby-source-filesystem": "^1.5.29",
"gatsby-source-npm-package-search": "^1.0.1",
"gatsby-transformer-csv": "^1.3.9",
"gatsby-transformer-documentationjs": "^1.4.10",
"gatsby-transformer-remark": "^1.7.36",
"gatsby-transformer-remark": "^1.7.39",
"gatsby-transformer-sharp": "^1.6.22",
"gatsby-transformer-yaml": "^1.5.16",
"graphql-request": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion www/src/layouts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class DefaultLayout extends React.Component {
position: `fixed`,
top: `calc(${presets.headerHeight} + 2.8rem - 1px)`,
overflowY: `auto`,
height: `calc(100vh - ${presets.headerHeight} + 1px)`,
height: `calc(100vh - ${presets.headerHeight} - 2.8rem + 1px)`,
WebkitOverflowScrolling: `touch`,
"::-webkit-scrollbar": {
width: `6px`,
Expand Down

0 comments on commit 8f2b445

Please sign in to comment.