Skip to content

Commit

Permalink
fix: preview popover can't scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
observerw committed Jul 10, 2024
1 parent 3706f02 commit 705e287
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ If your plugin does not need CSS, delete this file.
font-weight: bold;
}

.code-link-hover-preview-popover {
max-height: 50vh;
}

.code-link-hover-preview-popover > pre {
max-height: 50vh;
margin: 0;
overflow: auto;
}
Expand Down

0 comments on commit 705e287

Please sign in to comment.