2026-06-19 10:39:27 +05:30

32 lines
615 B
CSS

/* Fix Apps kanban icon sizing and dropdown overlap */
.o_modules_kanban .oe_module_vignette,
.o_modules_kanban .o_kanban_record {
overflow: visible;
}
.o_modules_kanban .o_kanban_record {
position: relative;
z-index: 1;
}
.o_modules_kanban .oe_module_icon {
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
}
.o_modules_kanban .oe_module_icon img {
width: 64px;
height: 64px;
object-fit: contain;
}
.o_modules_kanban .oe_module_vignette .dropdown-menu {
right: 0;
left: auto;
min-width: 160px;
z-index: 1060;
}