diff --git a/src/.vuepress/styles/index.styl b/src/.vuepress/styles/index.styl index 4e1be5d5..b2fe598e 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