We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc724ae commit 45f2cd4Copy full SHA for 45f2cd4
web/core.css
@@ -65,6 +65,8 @@ body {
65
min-width: 400px;
66
max-width: 80vw;
67
68
+ height: 100%;
69
+
70
margin-top: 0px;
71
margin-bottom: 0px;
72
margin-left: 0px;
web/core.js
@@ -169,7 +169,7 @@ function initializePageInformation() {
169
}
170
171
setupPageInformationInnerHtml();
172
- setPageInformationHeight();
+ //setPageInformationHeight();
173
174
175
0 commit comments