Browse Source

Fixes graph access tooltip not visible

main
Keith Daulton 1 year ago
parent
commit
633fc030f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/plus/graph/graph.scss

+ 1
- 1
src/webviews/apps/plus/graph/graph.scss View File

@ -180,6 +180,7 @@ button:not([disabled]),
width: max-content;
right: 0;
top: 100%;
white-space: normal;
}
&:not(:hover) + &-popover {
@ -635,7 +636,6 @@ button:not([disabled]),
white-space: nowrap;
justify-content: start;
grid-template-columns: min-content min-content min-content min-content minmax(min-content, 1fr);
overflow: hidden;
}
}

Loading…
Cancel
Save