Fix: Disable pull to refresh in chrome.
This commit is contained in:
parent
87402871a5
commit
2f0ef397cf
@ -1,4 +0,0 @@
|
||||
body {
|
||||
/* Disables pull-to-refresh but allows overscroll glow effects. */
|
||||
overscroll-behavior-y: contain;
|
||||
}
|
@ -3,6 +3,8 @@
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
/* Disables pull-to-refresh but allows overscroll glow effects. */
|
||||
overscroll-behavior-y: contain;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user