changeset 1010:0967a3ef14cf draft

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 wrap: on
line diff
--- 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;
 }

yatex.org