Merge PR #2683 into 16.0

Signed-off-by pedrobaeza
pull/2716/head
OCA-git-bot 2024-01-05 07:30:24 +00:00
commit 49165114a8
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 {