From 10f91eb854a45f03b839c623e48f9dcc2add0e5f Mon Sep 17 00:00:00 2001 From: Paweł Marks Date: Mon, 3 Feb 2020 08:55:07 +0100 Subject: Fixes not clickable breadcrumbs --- core/src/main/resources/dokka/styles/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/src/main') diff --git a/core/src/main/resources/dokka/styles/style.css b/core/src/main/resources/dokka/styles/style.css index 035b4fcd..4a76dd96 100644 --- a/core/src/main/resources/dokka/styles/style.css +++ b/core/src/main/resources/dokka/styles/style.css @@ -20,7 +20,7 @@ } #sideMenu .sideMenuPart { - margin-left: 0.25em; + margin-left: 1em; } #sideMenu img { @@ -33,10 +33,12 @@ #searchBar { width: 100%; + pointer-events: none; } #searchForm { float: right; + pointer-events: all; } .sideMenuPart > .navButton { -- cgit