Details
-
Improvement
-
Resolution: Unresolved
-
Trivial
-
None
-
Previous versions in xwiki-platform
-
None
Description
On the css of "date blog" there are a technical mistake you have put the z-index with the position relative, it’s not good it is useless
the ssx is Blog.BlogStyle
.blog-entry-toolbox {
float: right;
position: relative;
z-index: 2;
}