Sfoglia il codice sorgente

set x-editable container to body

because there is an issue on iOS (maybe some other small screen devices) when using the .table-responsive class for the admin list
toooni 10 anni fa
parent
commit
dc76481271
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Resources/public/Admin.js

+ 1 - 0
Resources/public/Admin.js

@@ -114,6 +114,7 @@ var Admin = {
         jQuery('.x-editable', subject).editable({
             emptyclass: 'editable-empty btn btn-sm',
             emptytext: '<i class="glyphicon glyphicon-edit"></i>',
+            container: 'body',
             success: function(response) {
                 if('KO' === response.status) {
                     return response.message;