Browse Source

[IMP] Sticky Statusbar

pull/1066/head
QS5ELkMu 6 years ago
committed by Jairo Llopis
parent
commit
81bf8bfd65
No known key found for this signature in database GPG Key ID: 59564BF1E22F314F
  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