1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-22 06:39:42 +02:00

update z-index

This commit is contained in:
Taly 2022-08-11 19:33:27 +03:00
parent 794067c663
commit bab89c979f
2 changed files with 3 additions and 0 deletions

View file

@ -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) {}