浏览代码

Fixes graph access tooltip not visible

main
Keith Daulton 1年前
父节点
当前提交
633fc030f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/webviews/apps/plus/graph/graph.scss

+ 1
- 1
src/webviews/apps/plus/graph/graph.scss 查看文件

@ -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;
}
}

正在加载...
取消
保存