Skip to content

Commit

Permalink
milkdown: fix overlap (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Feb 22, 2025
1 parent 548c3cd commit 8dfed7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/files/MilkdownEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ async function destroy() {
</style>

<style lang="scss">
// Fix overlap with side panel of milkdown itself (strange)
// If you select text the + button will overlap with the toolbar
milkdown-toolbar,
milkdown-latex-inline-edit {
z-index: 20;
}
@media (max-width: 1023px) {
.milkdown .ProseMirror {
touch-action: manipulation;
Expand Down

0 comments on commit 8dfed7e

Please sign in to comment.