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:
parent
794067c663
commit
bab89c979f
2 changed files with 3 additions and 0 deletions
|
@ -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) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue