Fix 'copy code' button displaying incorrectly (#448)

Set `.markdown-section pre`'s `position` to `relative` to fix _Copy code_ button not displaying correctly.
This commit is contained in:
Nathan Yiangsupapaanontr 2018-04-10 07:14:24 +07:00 committed by cinwell.li
parent 1f338d2142
commit 48e531bcfb

View File

@ -112,6 +112,7 @@ $sidebar-width = 16rem
padding 0 10px 12px 0
overflow auto
word-wrap normal
position relative
/* code highlight */
.token.cdata, .token.comment, .token.doctype, .token.prolog