From 6564ee309d392aa8d0e3b1db493c0ebfea9cc296 Mon Sep 17 00:00:00 2001 From: vthorsteinsson Date: Sun, 4 Sep 2022 14:54:53 +0000 Subject: [PATCH] Added min-height to div.salescloud-wrapper --- Netskrafl.code-workspace | 7 +++++-- templates/signup.html | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Netskrafl.code-workspace b/Netskrafl.code-workspace index 8239c763..8973e4ea 100644 --- a/Netskrafl.code-workspace +++ b/Netskrafl.code-workspace @@ -12,9 +12,11 @@ "__pycache__/": true, ".idea/": true, ".vscode/": true, + ".tscache/": true, "**/*.min.js": true, "**/*.profile": true, "**/*.pyc": true, + "**/*.bin.dawg": true, "google/": true, "lib/": true, "node_modules/": true, @@ -24,7 +26,6 @@ "[javascript]": { "editor.tabSize": 2, }, - "python.pythonPath": "C:\\Python37\\python.exe", "python.formatting.blackArgs": ["-S"], "python.autoComplete.extraPaths": [ "${env:LOCALAPPDATA}\\Google\\Cloud SDK\\google-cloud-sdk\\platform\\google_appengine" @@ -36,6 +37,8 @@ "files.watcherExclude": { "**/venv/**": true }, - "mypy.executable": "C:\\Users\\Notandi\\Documents\\Github\\Netskrafl\\venv\\scripts\\mypyls.exe", + "python.analysis.extraPaths": [ + "${env:LOCALAPPDATA}\\Google\\Cloud SDK\\google-cloud-sdk\\platform\\google_appengine" + ], } } \ No newline at end of file diff --git a/templates/signup.html b/templates/signup.html index 3293336e..f2ee98e0 100755 --- a/templates/signup.html +++ b/templates/signup.html @@ -21,6 +21,7 @@ top: 100px; left: 110px; width: 900px; + min-height: 768px; /* Status bar is 20 pixels on iPhone/iPad */ overflow-y: auto; }