From 09c220e678f0a8dde3450da58fab57523fcfc047 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 25 Aug 2022 14:27:48 +0200 Subject: Fix anchor copy button popup (#2644) --- plugins/base/src/main/resources/dokka/styles/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/base/src/main') diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 0d1085c1..bbab2164 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -427,6 +427,7 @@ code.paragraph { left: -15em; } +.table-row:hover .copy-popup-wrapper.active-popup, .sample-container:hover .copy-popup-wrapper.active-popup { display: flex !important; } -- cgit