From: Devlon Duthie Date: Sun, 9 Oct 2011 00:32:40 +0000 (-0500) Subject: fix for z-index on wall-to-wall avatars in testbubble theme X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dfc65f1502a69ec37735f7386f3cf0c17aba301d;p=friendica.git fix for z-index on wall-to-wall avatars in testbubble theme --- diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index fd7482ba36..5621a972b9 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -993,7 +993,7 @@ profile-jot-banner-wrapper { position: absolute; top: 65px; width: 30px; - z-index: 10001; + z-index: 900; width: 30px; height: 30px; } @@ -1004,7 +1004,7 @@ profile-jot-banner-wrapper { position: absolute; left: 20px; top: 70px; - z-index: 10002; + z-index: 950; } .wall-item-photo-menu {