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 fddfd9e commit 2a3bb01Copy full SHA for 2a3bb01
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