aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorPaweł Marks <pmarks@virtuslab.com>2020-02-03 08:55:07 +0100
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-02-04 14:42:44 +0100
commit10f91eb854a45f03b839c623e48f9dcc2add0e5f (patch)
tree526d96c35b8f1372e8ac3c629d4f9f0cf57feaf2 /core
parent8a354b5d9156088b35031d861fd8a7ff31c55d9b (diff)
downloaddokka-10f91eb854a45f03b839c623e48f9dcc2add0e5f.tar.gz
dokka-10f91eb854a45f03b839c623e48f9dcc2add0e5f.tar.bz2
dokka-10f91eb854a45f03b839c623e48f9dcc2add0e5f.zip
Fixes not clickable breadcrumbs
Diffstat (limited to 'core')
-rw-r--r--core/src/main/resources/dokka/styles/style.css4
1 files changed, 3 insertions, 1 deletions
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 {