@hyperbook/markdown 0.17.0 → 0.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -194,7 +194,7 @@ a.jump.previous::before {
194
194
  .main-grid {
195
195
  font-family: hyperbook-body, sans-serif;
196
196
  display: grid;
197
- position: absolute;
197
+ position: fixed;
198
198
  left: 0;
199
199
  right: 0;
200
200
  top: 0;
package/dist/index.js CHANGED
@@ -64122,8 +64122,10 @@ var makeRootCssElement = ({
64122
64122
  let rootCss = `
64123
64123
  html,
64124
64124
  body {
64125
- overflow-x: hidden;
64125
+ overflow: hidden;
64126
64126
  margin: 0;
64127
+ height: 100dvh;
64128
+ width: 100dvw;
64127
64129
  }
64128
64130
 
64129
64131
  body {