This website works better with JavaScript.
Home
Explore
Help
Sign In
roderic
/
pico.chat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Inner height
master
Roderic Day
5 years ago
parent
dcfbb66ce1
commit
78bca9f363
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
pico.js
+ 1
- 1
pico.js
View File
@@ -129,7 +129,7 @@ const Base = {
const mainStyle = {
display: 'grid',
gridTemplateRows: 'auto 1fr',
height:
'100vh
',
height:
window.innerHeight + 'px
',
overflow: 'hidden',
}
const headerStyle = {
Write
Preview
Loading…
Cancel
Save