From 4fdfd12401ba9d8ad347f57f16b7a811ee09c0bb Mon Sep 17 00:00:00 2001 From: Zac Ioannidis Date: Thu, 29 Oct 2020 11:25:07 +0000 Subject: [PATCH] Lint fix --- src/components/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.js b/src/components/Layout.js index be1933d..818810e 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -265,7 +265,7 @@ class Dashboard extends React.Component { height: `fit-content`, width: '60vw', maxWidth: 600, - maxHeight: window.innerHeight > 768? `calc(100vh - ${app.timeline.dimensions.height}px - ${dateHeight}px)` : `100vh`, + maxHeight: window.innerHeight > 768 ? `calc(100vh - ${app.timeline.dimensions.height}px - ${dateHeight}px)` : `100vh`, top: 0, overflowY: 'scroll' }