# HG changeset patch # User HIROSE Yuuji # Date 1684452021 -32400 # Node ID 0967a3ef14cfbbf261ad7dc2c79419a3757af0eb # Parent 40021967c23edafbe390569d3c90aa7798491d3b Fixed table header should be higher z-index than elements with ipacity diff -r 40021967c23e -r 0967a3ef14cf examples/common/default/default.css --- a/examples/common/default/default.css Fri May 19 07:49:49 2023 +0900 +++ b/examples/common/default/default.css Fri May 19 08:20:21 2023 +0900 @@ -323,7 +323,7 @@ {max-width: 14em;} /* https://curecode.jp/tech/css-table-position-sticky-with-background-border-vanished/ */ div.dumptable table.dumpblogs th { - position: sticky; top: 0; z-index: 0; background: #fcf0f0; + position: sticky; top: 0; z-index: 1; background: #fcf0f0; border: 1px solid black; border-collapse: collapse; background-clip: padding-box; }