Skip to content

Commit

Permalink
Added min-height to div.salescloud-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
vthorsteinsson committed Sep 4, 2022
1 parent 9f46bac commit 6564ee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Netskrafl.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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"
Expand All @@ -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"
],
}
}
1 change: 1 addition & 0 deletions templates/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
top: 100px;
left: 110px;
width: 900px;
min-height: 768px;
/* Status bar is 20 pixels on iPhone/iPad */
overflow-y: auto;
}
Expand Down

0 comments on commit 6564ee3

Please sign in to comment.