Browse Source

Inner height

master
Roderic Day 5 years ago
parent
commit
78bca9f363
1 changed files with 1 additions and 1 deletions
  1. +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 = {

Loading…
Cancel
Save