fix: better handling for page styles and scrolling

This commit is contained in:
Travis Fischer
2021-01-20 14:18:14 -05:00
parent b7a27c8ffa
commit c2289351c2
4 changed files with 6 additions and 10 deletions

View File

@@ -46,7 +46,7 @@
"react-body-classname": "^1.3.1",
"react-dom": "17.0.1",
"react-icons": "^4.1.0",
"react-notion-x": "^3.2.7",
"react-notion-x": "^3.2.9",
"react-use": "^15.3.3"
},
"devDependencies": {

View File

@@ -15,10 +15,6 @@ html {
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
body {
overflow-y: hidden;
}
.utterances {
max-width: 100% !important;
}

View File

@@ -31,7 +31,7 @@
margin-bottom: 1em;
}
.notion-header {
.notion-header .nav-header {
max-width: 1100px;
margin: 0 auto;
}

View File

@@ -5146,10 +5146,10 @@ react-modal@^3.11.2:
react-lifecycles-compat "^3.0.0"
warning "^4.0.3"
react-notion-x@^3.2.7:
version "3.2.7"
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-3.2.7.tgz#179d2e5470af9f55d87ebaa54d9c9fb062b45457"
integrity sha512-N6pU705Yhs6MpDb0Iq0N5efWQg1vIbfcFaPsB5eAXfEE7LaJQn/XV605iq2JQ0GkT/fAVLuTk0ITxe4CZncKVw==
react-notion-x@^3.2.9:
version "3.2.9"
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-3.2.9.tgz#01edbd119ec289d0d5cf3f039c801cacae2c2ac7"
integrity sha512-Rbo+f9W86k/1zyBZZFKXrGpi4DF2DZUgODJr6KV3ZfbXE25UzA3HlNvr8gZ3ZUN7JUojM4Bwea61qIxQiRBA1g==
dependencies:
"@matejmazur/react-katex" "^3.1.3"
date-fns "^2.15.0"