[FIX] web_responsive: broken delete message confirm dialog UI

This commit is contained in:
Huy Lee
2023-11-24 11:37:09 +07:00
parent b310f654b8
commit f41ca07096

View File

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