Fix: Disable pull to refresh in chrome.

This commit is contained in:
Amritanshu Agrawal 2021-04-24 09:09:57 +05:30
parent 87402871a5
commit 2f0ef397cf
3 changed files with 5 additions and 6 deletions

View File

@ -1,4 +0,0 @@
body {
/* Disables pull-to-refresh but allows overscroll glow effects. */
overscroll-behavior-y: contain;
}

View File

@ -3,6 +3,8 @@
html,
body {
height: 100%;
/* Disables pull-to-refresh but allows overscroll glow effects. */
overscroll-behavior-y: contain;
}
body {
margin: 0;

View File

@ -20,5 +20,6 @@ cd docker/app || exit
docker build --tag barker:latest .
cd "$parent_path/docker" || exit
docker save barker:latest | bzip2 | pv | ssh tanshu@knox.tanshu.com 'bunzip2 | sudo docker load'
ansible-playbook playbook-chd.yml
ansible-playbook playbook-pkl.yml
ansible-playbook --limit=knox playbook-mhl.yml
ansible-playbook --limit=knox playbook-chd.yml
ansible-playbook --limit=knox playbook-pkl.yml