From 78ffbaf456dd156f843013520c20aaf3fa3e477d Mon Sep 17 00:00:00 2001 From: charlie Date: Mon, 18 Mar 2024 21:30:25 +0800 Subject: [PATCH] enhance(ui): refactor the plugins modal with the shui dialog --- resources/css/shui.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/css/shui.css b/resources/css/shui.css index 4ad037c51..55a827ad3 100644 --- a/resources/css/shui.css +++ b/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;