diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss index cae4a88..d59acaf 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -358,6 +358,16 @@ a { background-color: var(--vscode-sash-hoverBorder); } } + + &:active:after { + content: ""; + position: absolute; + top: 0; + left: -100vw; + width: 200vw; + height: 100vh; + z-index: 1000; + } } }