remove hamburger nav menu animation (#1944)

This commit is contained in:
eashaw
2021-09-08 03:58:26 +09:00
committed by GitHub
parent 13cae833c0
commit 053536d4b4
+1
View File
@@ -59,6 +59,7 @@ html, body {
}
.collapsing {
opacity: 0;
transition: 0s;
}
.collapse.show {
opacity: 1;