mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
fix: better handling for page styles and scrolling
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -15,10 +15,6 @@ html {
|
||||
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.utterances {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.notion-header {
|
||||
.notion-header .nav-header {
|
||||
max-width: 1100px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user