3
0
Fork 0

[IMP] Sticky Statusbar

11.0
QS5ELkMu 2018-07-01 01:27:43 +02:00
parent 3609dad1f6
commit 72e24d6182
1 changed files with 6 additions and 0 deletions

View File

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