Fix giao diện select scebario và modal add/edit

This commit is contained in:
Truong Vo 2025-11-27 10:26:20 +07:00
parent 3fedaa33de
commit b5bb90ca4e
3 changed files with 550 additions and 410 deletions

File diff suppressed because it is too large Load Diff

View File

@ -26,6 +26,13 @@ const DialogConfirm = ({
onClose={close}
size="xs"
radius="md"
zIndex={100001}
withinPortal={true}
portalProps={{ target: document.body }}
overlayProps={{
backgroundOpacity: 0.7,
blur: 2,
}}
>
<Text
size="sm"

View File

@ -218,7 +218,10 @@ function DrawerScenario({
justifyContent: "center",
backdropFilter: "blur(3px)",
}}
onClick={handleClose}
onClick={(e) => {
e.stopPropagation();
handleClose();
}}
>
<div
style={{