website: nav scrolling & direction issue (#2120)

* website: add dir to blog template

* website: remove scroll in mobile dropdown menu
This commit is contained in:
M Sarmad Qadeer
2023-04-01 14:31:15 +01:00
committed by GitHub
parent 21a49710a8
commit a596bd9011
3 changed files with 11 additions and 2 deletions
+4
View File
@@ -293,6 +293,10 @@ header nav {
opacity: 1;
transform: translateX(0);
}
.flag-container .sub-menu{
max-height: fit-content;
}
}
.lock-scroll {