Browse Source

[IMP] Sticky Statusbar

pull/973/head
QS5ELkMu 6 years ago
parent
commit
72e24d6182
  1. 6
      web_responsive/static/src/less/form_view.less

6
web_responsive/static/src/less/form_view.less

@ -152,4 +152,10 @@
.oe_chatter {
min-width: inherit;
}
.o_form_statusbar {
position: sticky;
top: 0;
z-index: 1;
}
}
Loading…
Cancel
Save