Force background color so pgwui_sql column headings "stick" on the page
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 17 Sep 2024 22:57:19 +0000 (17:57 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 17 Sep 2024 22:57:19 +0000 (17:57 -0500)
This is a kludge.  See the comments in pgwui_sql's pgwui_sql.css file.

src/pgwui_common/static/pgwui.css

index f35e8cfb4a74d7a2d307a3cb37550aab4d958f72..4b9433ff5807f9949ee82234f664b9a7c464f13e 100644 (file)
@@ -23,6 +23,7 @@
  * Karl O. Pinc <kop@karlpinc.com>
  */
 
+body { background-color: white; }  /* kludge, see pgwui_sql's pgwui_sql.css */
 
 /* error and other status messages */
 .error { color: red;