enhance(ux): WIP page preview with the shui popups

This commit is contained in:
charlie
2024-07-16 17:14:21 +08:00
parent 2e33404962
commit e4a1f723e2
3 changed files with 79 additions and 54 deletions

View File

@@ -220,11 +220,16 @@ html[data-theme=dark] {
.ui__dialog-overlay, .ui__alert-dialog-overlay,
.ui__dialog-content, .ui__alert-dialog-content,
.ui__dropdown-menu-content, .ui__select-content {
&.z-50 {
@apply z-[999];
}
}
div[data-radix-popper-content-wrapper] {
@apply !z-[999];
}
.ui__dialog-overlay {
&[data-align=start],
&[data-align=top] {