fix(v2): disable tabbing on hidden doc sidebar (#3627)

This commit is contained in:
Alexey Pyltsyn 2020-10-26 18:15:49 +03:00 committed by GitHub
parent 69bf68ae57
commit c91027f2fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@
opacity: 0;
height: 0;
overflow: hidden;
visibility: hidden;
}
.sidebarLogo {