Tweak css to align rule background vertically
authorKarl O. Pinc <kop@karlpinc.com>
Thu, 26 Sep 2024 15:04:18 +0000 (10:04 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Thu, 26 Sep 2024 15:04:18 +0000 (10:04 -0500)
src/pgwui_sql/static/background_rules.css

index 303e4fbddb1c294e90f6fedf3a5ddbc68cb494ec..9dce883916d4f9cba867ec5324c209ecf225217b 100644 (file)
@@ -23,4 +23,5 @@
 
 div.stickycontainer {
     background: repeating-linear-gradient(white 0 4em, lightcyan 0 8em);
+    background-position-y: 27px;  /* align with table's background? */
 }