Skip to content

Commit

Permalink
fix highcharts editor modal with plugin changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yileifeng authored and dnlnashed committed Oct 17, 2023
1 parent 6a84dd0 commit 2769201
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"jszip": "^3.10.1",
"markdown-it": "^12.0.6",
"nouislider": "^15.5.0",
"ramp-storylines": "^3.0.2",
"ramp-storylines": "^3.0.3",
"uuid": "^9.0.0",
"vue": "^3.3.4",
"vue-class-component": "^8.0.0-rc.1",
Expand Down
1 change: 0 additions & 1 deletion src/components/editor/preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
:config="config"
:configFileStructure="configFileStructure"
:lang="lang"
:plugin="true"
@step="updateActiveIndex"
/>
</div>
Expand Down
8 changes: 8 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

.tippy-content {
text-align: center;
}

.tippy-box[data-animation='chapter-menu'][data-placement^='right'] > .tippy-backdrop {
transform-origin: 50% 0 !important;
}

0 comments on commit 2769201

Please sign in to comment.