Browse Source

Merge pull request #2563 from sujayjaju/patch-1

UI Update to cleanup unnecessary scrollbars in admin ajax popup
Oskar Stark 9 years ago
parent
commit
7b3f07f591
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Resources/public/Admin.js

+ 2 - 2
Resources/public/Admin.js

@@ -69,8 +69,8 @@ var Admin = {
         jQuery('.modal-body', modal).css({
             width:    'auto',
             height:   '90%',
-            padding: 5,
-            overflow: 'scroll'
+            padding: 15
+            overflow: 'auto'
         });
     },
     setup_select2: function(subject) {