mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_responsive: increase z-index of attachment_viewer
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
.o_AttachmentViewer {
|
.o_AttachmentViewer {
|
||||||
// On-top of navbar
|
// On-top of navbar
|
||||||
z-index: 100;
|
z-index: 1000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user