Przeglądaj źródła

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 lat temu
rodzic
commit
dc76481271
1 zmienionych plików z 1 dodań i 0 usunięć
  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;