[IMP] web_responsive: Set AttachmentViewer z-index upper than chatter

Before this changes when oppening an attachment from the chatter the
attachment was behind the chatter and if we try to hide it, the
attachement disappears.

With this changes the AttachmentViewer appears in front of the chatter
and the problem does not exists anymore.
This commit is contained in:
Carlos Roca
2024-07-25 09:27:43 +02:00
parent 17389a8679
commit 81ab2eef35

View File

@@ -14,7 +14,7 @@
}
.o_AttachmentViewer {
// On-top of navbar
z-index: 10;
z-index: 1100;
position: absolute;
right: 0;
top: 0;