changeset c4a42d478b09 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset;node=c4a42d478b09
description:
Ensure sticky header is displayed above the content
issue9550
review292161002
diffstat:
src/sao.less | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 6e5f752025b9 -r c4a42d478b09 src/sao.less
--- a/src/sao.less Sun Aug 16 17:43:21 2020 +0200
+++ b/src/sao.less Sat Aug 29 18:28:12 2020 +0200
@@ -344,6 +344,7 @@
background-color: @body-bg;
position: sticky;
top: 0;
+ z-index: 100;
}
> tbody > tr > td {
cursor: pointer;