Fix canvas not taking up full space in Regional and Global map views
This commit is contained in:
@@ -49,7 +49,8 @@ export default function Dashboard() {
|
||||
<>
|
||||
<Grid css={styles}
|
||||
templateRows="1fr 11fr"
|
||||
templateColumns="1fr 20fr"
|
||||
// templateColumns="1fr 20fr"
|
||||
templateColumns="auto 1fr"
|
||||
height="100vh"
|
||||
width="100vw"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user