Browse Source

Merge branch 'master'

jqh 4 years ago
parent
commit
7755db8694
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Grid/LazyRenderable.php

+ 1 - 1
src/Grid/LazyRenderable.php

@@ -38,7 +38,7 @@ HTML;
 
     protected function addStyle()
     {
-        Admin::style('.select2-container{z-index:29891015}');
+        Admin::style('.select2-container--open{z-index:29891015}');
     }
 
     /**