We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2007f commit 0f26167Copy full SHA for 0f26167
lib/map.ts
@@ -47,7 +47,7 @@ export const Map = function (linkScale: (t: any) => any, sidebar: ReturnType<typ
47
48
function mapActiveArea() {
49
map.setActiveArea({
50
- position: "absolute",
+ position: "relative",
51
left: sidebar.getWidth() + "px",
52
right: 0,
53
top: 0,
0 commit comments