Fix sub-menu css 'left' (-3px)
This commit is contained in:
parent
3521f2e2a9
commit
7de525b0c7
|
@ -12,7 +12,7 @@ public class SubMenuStyleSheet{
|
|||
/* (1) Set rules */
|
||||
Ruleset.load(target)
|
||||
.add("top", Context.getInt("header-height"))
|
||||
.add("left", Context.getInt("menu-width"))
|
||||
.add("left", Context.getInt("menu-width")-3)
|
||||
.add("bottom", 0)
|
||||
|
||||
.add("min-width", Context.getInt("submenu-width"))
|
||||
|
|
Loading…
Reference in New Issue