Closed (cannot reproduce)
Project:
Zen
Version:
6.x-2.0
Component:
layout.css
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2011 at 20:02 UTC
Updated:
1 May 2011 at 03:52 UTC
When enabling admin_hover module, I've got some issue in my layout design. I've took some time to discover where came the problem, and it seems to be the admin_hover.css fault:
It set to each node :
.has-admin_hover {
position: relative;
} But.. the Zen's default node is not relative, isn't ?
I had to set
.node /* Node wrapper */ {
position: static; /* Force value */
}in nodes.css of my subtheme to handle the issue.
Comments
Comment #1
barrapontoCan't reproduce this bug.
A new zen sub theme doesn't conflict at all with admin_hover.