[FIX] web_responsive: increase z-index of attachment_viewer

This commit is contained in:
Carlos Roca
2023-07-14 12:31:15 +02:00
parent 1b6e18a3fc
commit 0884b27a12

View File

@@ -12,7 +12,7 @@
}
.o_AttachmentViewer {
// On-top of navbar
z-index: 100;
z-index: 1000;
position: absolute;
right: 0;
top: 0;