diff --git a/src/frontend/js/modules/search.js b/src/frontend/js/modules/search.js index 748908b..2fd2ee9 100644 --- a/src/frontend/js/modules/search.js +++ b/src/frontend/js/modules/search.js @@ -93,6 +93,7 @@ export default class Search { document.body.classList.toggle('noscroll', this.isVisible); try { + document.getElementsByClassName('docs-header')[0].classList.toggle('blurred', this.isVisible); document.getElementsByClassName('docs')[0].classList.toggle('blurred', this.isVisible); } catch (e) {} diff --git a/src/frontend/styles/components/search.pcss b/src/frontend/styles/components/search.pcss index 3035252..1d47bc2 100644 --- a/src/frontend/styles/components/search.pcss +++ b/src/frontend/styles/components/search.pcss @@ -9,6 +9,8 @@ display: none; overflow-y: scroll; + z-index: 10; + cursor: pointer; &--visible {