Skip to content

Commit ac3b00c

Browse files
committed
Fixes graph ref zone popovers
1 parent 684016f commit ac3b00c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21582,7 +21582,7 @@
2158221582
"vscode:prepublish": "pnpm run bundle"
2158321583
},
2158421584
"dependencies": {
21585-
"@gitkraken/gitkraken-components": "13.0.0-vnext.0",
21585+
"@gitkraken/gitkraken-components": "13.0.0-vnext.1",
2158621586
"@gitkraken/provider-apis": "0.28.3",
2158721587
"@gitkraken/shared-web-components": "0.1.1-rc.15",
2158821588
"@gk-nzaytsev/fast-string-truncated-width": "1.1.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/webviews/apps/plus/graph/graph.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ button:not([disabled]),
483483
}
484484

485485
// Light DOM
486-
.gk-graph {
486+
.gk-graph:not(.ref-zone, .bs-tooltip) {
487487
width: 100%;
488488
height: 100%;
489489
}

0 commit comments

Comments
 (0)