fix(v2): restore hamburger menu (#4195)

This commit is contained in:
Alexey Pyltsyn 2021-02-08 19:19:44 +03:00 committed by GitHub
parent cfeadbf824
commit fc071b0c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,6 @@
}
.navbarHideable {
transform: translate3d(0, 0, 0);
transition: transform var(--ifm-transition-fast) ease;
}