mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +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) {}
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
display: none;
|
||||
overflow-y: scroll;
|
||||
|
||||
z-index: 10;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
&--visible {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue