feat: show/hide full header when scroll in screen md

:%s
This commit is contained in:
lytrankieio123
2021-08-25 17:14:00 +07:00
parent c65bf6aab7
commit 150e1537a2
11 changed files with 128 additions and 79 deletions

View File

@@ -1 +1,3 @@
// funtion utils here
export function isMobile() {
return window.innerWidth <= 768
}