jqh hace 5 años
padre
commit
5cb59d8552
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/Form/Field/Color.php

+ 4 - 0
src/Form/Field/Color.php

@@ -2,6 +2,8 @@
 
 namespace Dcat\Admin\Form\Field;
 
+use Dcat\Admin\Admin;
+
 class Color extends Text
 {
     protected static $css = [
@@ -62,6 +64,8 @@ JS;
      */
     public function render()
     {
+        Admin::style('.popover{z-index:29891015}');
+
         $this->addScript();
 
         $this->defaultAttribute('style', 'width: 160px;flex:none');