From d020f0862072105b29a9c631ebcc1e3bb1f1469a Mon Sep 17 00:00:00 2001 From: Soitora Date: Fri, 8 May 2020 09:02:25 +0200 Subject: [PATCH] Hotfix mobile dropdown --- src/.vuepress/styles/index.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/.vuepress/styles/index.styl b/src/.vuepress/styles/index.styl index 4e1be5d5d..b2fe598e8 100644 --- a/src/.vuepress/styles/index.styl +++ b/src/.vuepress/styles/index.styl @@ -186,3 +186,7 @@ font-feature-settings() // Bold class .bold font-weight bold + +// Hotfix Mobile Dropdown +.sidebar .dropdown-wrapper .dropdown-title + pointer-events auto \ No newline at end of file