Explorar el Código

enhance(ui): refactor the plugins modal with the shui dialog

charlie hace 1 año
padre
commit
78ffbaf456
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      resources/css/shui.css

+ 6 - 0
resources/css/shui.css

@@ -217,6 +217,12 @@ html[data-theme=dark] {
   }
 }
 
+.ui__dialog-overlay {
+  &.z-50 {
+    @apply z-[999];
+  }
+}
+
 .ui__button-shortcut-key {
   @apply text-xs font-normal h-5 w-5 flex items-center justify-center rounded bg-gray-06-alpha;