diff --git a/ui (gen4)/lib/widget/browse2.html b/ui (gen4)/lib/widget/browse2.html
index 70eb543a..5ca374ab 100755
--- a/ui (gen4)/lib/widget/browse2.html
+++ b/ui (gen4)/lib/widget/browse2.html
@@ -72,12 +72,23 @@ body {
margin-left: 0px;
}
-/* XXX foe some reason the shadows here are BELLOW the content... */
-.browse-widget>.list {
+/* XXX the problem here is that the frame scrolls with the content and does not stay in place...
+.browse-widget>.list:after {
+ content: "";
+ display: block;
+ position: absolute;
+ overflow: hidden;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
box-shadow:
- 0 50px 10px -50px gray inset,
- 0 -50px 10px -50px gray inset;
+ 0 50px 10px -50px yellow inset,
+ 0 -50px 10px -50px yellow inset;
}
+*/
.item.path .text:before {
content: "/";