Skip to content

Commit

Permalink
fix: Force visibility for tippy
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Mar 20, 2024
1 parent 4381329 commit 22b5898
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Assistant.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const currentUser = randUser()

const fileName = 'empty.md'

describe.skip('Assistant', () => {
describe('Assistant', () => {
before(() => {
initUserAndFiles(currentUser, fileName)
})
Expand Down
4 changes: 4 additions & 0 deletions src/css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,7 @@ div.ProseMirror {
.editor__content {
tab-size: 4;
}

.tippy-content div {
visibility: visible !important;
}

0 comments on commit 22b5898

Please sign in to comment.