3
0
Fork 0

[FIX] web_responsive: broken delete message confirm dialog UI

16.0
Huy Lee 2023-11-24 11:37:09 +07:00
parent b310f654b8
commit f41ca07096
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
.o_web_client .o_DialogManager_dialog { .o_web_client .o_DialogManager_dialog {
/* Show sided viewer on large screens */ /* Show sided viewer on large screens */
@media (min-width: 1533px) { @media (min-width: 1533px) {
&:not(:has(.o_AttachmentDeleteConfirm)) { &:has(.o_AttachmentViewer) {
position: static; position: static;
} }
.o_AttachmentViewer_main { .o_AttachmentViewer_main {