[IMP] Sticky Statusbar

pull/2405/head
QS5ELkMu 2018-07-01 01:27:43 +02:00 committed by anjeel.haria
parent 9200911ffc
commit 211ba4552f
1 changed files with 6 additions and 0 deletions

View File

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