varelaz
varelaz
I found one solution. If your modal positioned "fixed" it won't scroll to top. If your modal positioned with position: "absolute", set `style={{content: {top: (window.scrollY || window.pageYOffset) + 20}}}` and...
Faced the same issue. My suggestion is to add a key to docker stack deploy which will allow ignoring replication change (--no-replication-change). Then docker stack deploy will know that it...
What I've done as a work around for the `stack deploy` ``` export COMPOSE_FILE=$1 export STACK=$2 `echo \`docker stack services $STACK --format='export SERVICE{{printf .Name}}={{with split .Replicas "/"}}{{printf "%s" ( index...