Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pop up #30

Merged
merged 12 commits into from
Aug 1, 2021
Prev Previous commit
Next Next commit
performance
  • Loading branch information
David-Desmaisons committed Aug 1, 2021
commit 2549e9fa58548f912ad3291664a0965e060fee51
1 change: 1 addition & 0 deletions src/components/sunburst.vue
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@ export default {
position: absolute;
inset: 0px auto auto 0px;
pointer-events: none;
will-change: transform;
}

.graph {
Expand Down