Skip to content
Snippets Groups Projects
Commit f4031c62 authored by Romeo Fragomeli's avatar Romeo Fragomeli
Browse files

web: kanban more menu is cropped on mobile


This commit removes some historical overflow-x properties needed
for old kanban views.

Steps to reproduce:
* Open Project App
* In kanban view and with one element, click on "more button" (3 dots)
* This menu will be truncated at the end. (BUG)

Task ID: 2058510

closes odoo/odoo#37693

Signed-off-by: default avatarRomeo Fragomeli <rfr@odoo.com>
Signed-off-by: default avatarAdrien Dieudonné (adr) <adr@odoo.com>
parent aac60544
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
@include media-breakpoint-down(sm) {
padding: 0px!important;
overflow-x: auto;
}
.o_kanban_record, .o_kanban_quick_create {
......
......@@ -30,7 +30,6 @@
// [class] to get same specificity as elsewhere (kanban_view.less)
&[class] .o_kanban_group:not(.o_column_folded) {
@include o-position-absolute($top: $o-kanban-mobile-tabs-height, $left: 0, $bottom: 0);
overflow-x: scroll;
width: 100%;
padding: 0;
margin-left: 0; // override the margin-left: -1px of the desktop mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment