diff --git a/ui (gen4)/lib/widget/browse2.html b/ui (gen4)/lib/widget/browse2.html
index 8fe28bed..744f9a73 100755
--- a/ui (gen4)/lib/widget/browse2.html
+++ b/ui (gen4)/lib/widget/browse2.html
@@ -51,6 +51,13 @@ body {
text-decoration-skip-ink: none;
}
+/* XXX foe some reason the shadows here are BELLOW the content... */
+.browse-widget>.list {
+ box-shadow:
+ 0 50px 10px -50px gray inset,
+ 0 -50px 10px -50px gray inset;
+}
+
/*
.browse-widget .list .item .button.toggle-collapse {
float: left;
@@ -121,52 +128,6 @@ body {