mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
Lint fix
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user