Skip to content
Snippets Groups Projects
Commit d3e6797f authored by shsa-odoo's avatar shsa-odoo Committed by Hiral Bhavsar
Browse files

[FIX] web_editor: updating mobile view layout


Before this commit:

On mobile view the toolbar icon gets hidden, which it should not.

After this commit:

Now the toolbar items are flexed and wrapped.

Task-2752096

closes odoo/odoo#108454

Signed-off-by: default avatarDavid Monjoie (dmo) <dmo@odoo.com>
parent 3e39b079
No related branches found
No related tags found
No related merge requests found
......@@ -669,6 +669,23 @@ img::selection {
top: initial !important;
left: initial !important;
}
.oe-toolbar.oe-floating {
box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
display: flex;
flex-wrap: wrap;
margin-bottom: 1rem;
overflow-y: visible;
.dropdown-menu {
max-height: 200px;
overflow: auto;
&.colorpicker-menu {
bottom: auto;
}
}
}
}
// User modal in edit 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