mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_responsive: Hide document viewer on App switcher
Fix to close attachment viewer automatically when moving to other app Updated code for fix Updated code for fix Updated code for fix
This commit is contained in:
@@ -54,3 +54,7 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.o_apps_menu_opened .o_AttachmentViewer {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user