Skip to content

Commit 27a7e7b

Browse files
committed
map sizing and stopping global styles
1 parent 4c3d54a commit 27a7e7b

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

pages/columns/+Page.client.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import { PageHeader, Link, AssistantLinks, DevLinkButton } from "~/components";
33
import { Divider, AnchorButton, Card, Icon } from "@blueprintjs/core";
44
import { useData } from "vike-react/useData";
55
import { useState } from "react";
6-
import "./main.scss";
7-
import h from "@macrostrat/hyper";
6+
import h from "./main.module.scss";
87
import { SETTINGS } from "@macrostrat-web/settings";
98
import { useAPIResult } from "@macrostrat/ui-components";
109
import { Loading, ColumnsMap } from "../index";
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,4 @@ h2 {
9999
height: 100%;
100100
position: absolute;
101101
z-index: 1;
102-
}
103-
104-
.map-container {
105-
height: 50vh;
106102
}

pages/layout.module.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
.map-area-container
3030
width: 100% !important
31-
height: 100% !important
31+
height: 50vh !important
3232

3333
// davids
3434
.nav

0 commit comments

Comments
 (0)