From 7f1ddd23ea3c94fab776b0dc51f29fddbe09b7c4 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Sat, 29 Jul 2023 16:54:51 +0100 Subject: [PATCH] fixing book logo hack to not partially cover the search button --- docs/book/theme/header.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/book/theme/header.hbs b/docs/book/theme/header.hbs index 5c058aa..2e2bf2f 100644 --- a/docs/book/theme/header.hbs +++ b/docs/book/theme/header.hbs @@ -46,6 +46,7 @@ width: calc(100% - var(--open-sidebar-width) - 113px - 65px); height: var(--menu-bar-height); transition: all 0.3s; + pointer-events: none; } #header-logo {