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:
parent
1f338d2142
commit
48e531bcfb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue