s4

changeset 1010:0967a3ef14cf

Fixed table header should be higher z-index than elements with ipacity
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 19 May 2023 08:20:21 +0900
parents 40021967c23e
children 1c19b0ea0125
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Fri May 19 07:49:49 2023 +0900
     1.2 +++ b/examples/common/default/default.css	Fri May 19 08:20:21 2023 +0900
     1.3 @@ -323,7 +323,7 @@
     1.4  	 {max-width: 14em;}
     1.5  /* https://curecode.jp/tech/css-table-position-sticky-with-background-border-vanished/ */
     1.6  div.dumptable table.dumpblogs th {
     1.7 -    position: sticky; top: 0; z-index: 0; background: #fcf0f0;
     1.8 +    position: sticky; top: 0; z-index: 1; background: #fcf0f0;
     1.9      border: 1px solid black; border-collapse: collapse;
    1.10      background-clip: padding-box;
    1.11  }