forked from Techsystech/web
[IMP] Sticky Statusbar
parent
3609dad1f6
commit
72e24d6182
|
@ -152,4 +152,10 @@
|
||||||
.oe_chatter {
|
.oe_chatter {
|
||||||
min-width: inherit;
|
min-width: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.o_form_statusbar {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue