We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4365957 commit 7d2f784Copy full SHA for 7d2f784
packages/vitepress-twoslash/src/client.ts
@@ -64,6 +64,7 @@ const TwoslashFloatingVue = {
64
}
65
66
app.use(FloatingVue, {
67
+ strategy: 'fixed',
68
...options,
69
themes: {
70
...options.themes,
packages/vitepress-twoslash/src/style.css
@@ -16,10 +16,6 @@
16
z-index: calc(var(--vp-z-index-local-nav) - 1);
17
18
19
-.v-popper--theme-twoslash.v-popper__popper {
20
- content-visibility: auto;
21
-}
22
-
23
.v-popper--theme-twoslash .v-popper__inner {
24
background: var(--twoslash-popup-bg);
25
color: var(--twoslash-popup-color);
0 commit comments