From 95702ca47841e49033149209985d41563b9019cb Mon Sep 17 00:00:00 2001 From: Nathan Yiangsupapaanontr Date: Mon, 9 Apr 2018 18:17:40 +0700 Subject: [PATCH] Fix 'copy code' button displaying incorrectly Set `.markdown-section pre`'s `position` to `relative` to fix _Copy code_ button not displaying correctly. --- src/themes/buble.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/themes/buble.styl b/src/themes/buble.styl index 71c97e573..2b0711959 100644 --- a/src/themes/buble.styl +++ b/src/themes/buble.styl @@ -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