Skip to content

Commit 45f2cd4

Browse files
committed
1
1 parent cc724ae commit 45f2cd4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

web/core.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ body {
6565
min-width: 400px;
6666
max-width: 80vw;
6767

68+
height: 100%;
69+
6870
margin-top: 0px;
6971
margin-bottom: 0px;
7072
margin-left: 0px;

web/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function initializePageInformation() {
169169
}
170170

171171
setupPageInformationInnerHtml();
172-
setPageInformationHeight();
172+
//setPageInformationHeight();
173173
}
174174

175175

0 commit comments

Comments
 (0)