We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec39581 commit ef62ce8Copy full SHA for ef62ce8
pages/layout.module.sass
@@ -18,3 +18,6 @@
18
19
.app-shell
20
background-color: var(--background-color)
21
+
22
+.column-view
23
+ z-index: 100
pages/map.ts
@@ -1,7 +1,10 @@
1
-import h from "@macrostrat/hyper";
+import { hyperStyled } from "@macrostrat/hyper";
2
import { ColumnNavigationMap } from "@macrostrat/column-views";
3
import { mapboxAccessToken } from "@macrostrat-web/settings";
4
import { ErrorBoundary } from "@macrostrat/ui-components";
5
+import styles from "./layout.module.sass";
6
7
+const h = hyperStyled(styles)
8
9
export function ColumnMap({
10
projectID,
0 commit comments