Browse Source

Update Admin.js

UI Update to cleanup unnecessary scrollbars:

Before:
![Before](https://jajus.com/Before.png)

After:
![After](https://jajus.com/After.png)
sujayjaju 10 years ago
parent
commit
e0394e16a2
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Resources/public/Admin.js

+ 1 - 3
Resources/public/Admin.js

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