s4

diff examples/common/default/default.css @ 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 47b3e770372d
children 1ffaa8b2b1bf
line diff
     1.1 --- a/examples/common/default/default.css	Sun Dec 04 16:59:59 2022 +0859
     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  }