[IMP] Sticky Statusbar

This commit is contained in:
QS5ELkMu
2018-07-01 01:27:43 +02:00
parent 3609dad1f6
commit 72e24d6182

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;
}
} }