Skip to content

Commit ef62ce8

Browse files
committed
map styling
1 parent ec39581 commit ef62ce8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pages/layout.module.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818

1919
.app-shell
2020
background-color: var(--background-color)
21+
22+
.column-view
23+
z-index: 100

pages/map.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
import h from "@macrostrat/hyper";
1+
import { hyperStyled } from "@macrostrat/hyper";
22
import { ColumnNavigationMap } from "@macrostrat/column-views";
33
import { mapboxAccessToken } from "@macrostrat-web/settings";
44
import { ErrorBoundary } from "@macrostrat/ui-components";
5+
import styles from "./layout.module.sass";
6+
7+
const h = hyperStyled(styles)
58

69
export function ColumnMap({
710
projectID,

0 commit comments

Comments
 (0)