correct after 0.6.7

This commit is contained in:
Peter Pfläging 2019-07-09 10:04:31 +02:00
parent e9426eac99
commit 411f56a48b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
* Use this value if you encounter some difficulties with "Mixed content" issues * Use this value if you encounter some difficulties with "Mixed content" issues
* Allowed values : false (default), true * Allowed values : false (default), true
*/ */
var _CONF_FORCE_HTTPS = false; var _CONF_FORCE_HTTPS = true;
/* /*
* _CONF_LISTENER_TYPE (string) * _CONF_LISTENER_TYPE (string)

View File

@ -35,7 +35,7 @@ body.controller-issues.action-show .dynamicEdit {
display: inline-block; display: inline-block;
position:absolute; position:absolute;
opacity: 0; opacity: 0;
left:0; /* left:0; */
bottom: 100%; bottom: 100%;
margin-bottom: 5px; margin-bottom: 5px;
box-sizing: border-box; box-sizing: border-box;