fix: copy button position when overflow

This commit is contained in:
Timothy Lin
2021-06-02 21:47:13 +08:00
parent 66d6c62fe8
commit f1ac747da6
2 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@
@apply px-5 py-3 font-mono text-sm font-bold text-gray-200 bg-gray-700 rounded-t;
}
.remark-code-title + pre {
.remark-code-title + div > pre {
@apply mt-0 rounded-t-none;
}