@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.
- package/dist/assets/shell.css +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/assets/shell.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -64122,8 +64122,10 @@ var makeRootCssElement = ({
|
|
|
64122
64122
|
let rootCss = `
|
|
64123
64123
|
html,
|
|
64124
64124
|
body {
|
|
64125
|
-
overflow
|
|
64125
|
+
overflow: hidden;
|
|
64126
64126
|
margin: 0;
|
|
64127
|
+
height: 100dvh;
|
|
64128
|
+
width: 100dvw;
|
|
64127
64129
|
}
|
|
64128
64130
|
|
|
64129
64131
|
body {
|