Skip to content

Commit

Permalink
Merge pull request #80 from jameshind17/master
Browse files Browse the repository at this point in the history
fix for laravel nova applying overflow-hidden to card elements
  • Loading branch information
bastihilger authored May 7, 2024
2 parents 827f338 + 3828d66 commit b99c386
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/css/tiptap.css

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

23 changes: 13 additions & 10 deletions resources/css/tiptap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
padding: 0.5em;
background: #282a36;
}

.hljs-built_in,
.hljs-selector-tag,
.hljs-section,
.hljs-link {
color: #8be9fd;
}

.hljs-keyword {
color: #ff79c6;
}

.hljs,
.hljs-subst {
color: #f8f8f2;
}

.hljs-title {
color: #50fa7b;
}

.hljs-string,
.hljs-meta,
.hljs-name,
Expand All @@ -38,13 +38,13 @@
.hljs-template-variable {
color: #f1fa8c;
}

.hljs-comment,
.hljs-quote,
.hljs-deletion {
color: #6272a4;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
Expand All @@ -56,13 +56,16 @@
.hljs-strong {
font-weight: bold;
}

.hljs-literal,
.hljs-number {
color: #bd93f9;
}

.hljs-emphasis {
font-style: italic;
}


div.relative.overflow-hidden:has(.nova-tiptap-editor) {
overflow: visible;
}

0 comments on commit b99c386

Please sign in to comment.