mirror of https://github.com/OCA/web.git
commit
44fac28088
|
@ -345,6 +345,11 @@ html .o_web_client .o_action_manager .o_action {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.o_chatter_topbar {
|
||||||
|
height: auto;
|
||||||
|
flex-wrap: wrap-reverse;
|
||||||
|
}
|
||||||
|
|
||||||
// Sticky statusbar
|
// Sticky statusbar
|
||||||
.o_form_statusbar {
|
.o_form_statusbar {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
@ -464,9 +469,6 @@ html .o_web_client .o_action_manager .o_action {
|
||||||
}
|
}
|
||||||
|
|
||||||
.o_chatter_topbar {
|
.o_chatter_topbar {
|
||||||
height: auto;
|
|
||||||
flex-wrap: wrap-reverse;
|
|
||||||
|
|
||||||
> .o_topbar_right_area {
|
> .o_topbar_right_area {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
@ -516,7 +518,6 @@ html .o_web_client .o_action_manager .o_action {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
background-color: $o-view-background-color;
|
background-color: $o-view-background-color;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
overflow-x: auto;
|
|
||||||
|
|
||||||
// Scrollable input text to avoid hide conversation & buttons
|
// Scrollable input text to avoid hide conversation & buttons
|
||||||
.o_composer_text_field {
|
.o_composer_text_field {
|
||||||
|
|
Loading…
Reference in New Issue