Fix sub-menu css 'left' (-3px)

This commit is contained in:
xdrm-brackets 2017-11-18 14:28:49 +01:00
parent 3521f2e2a9
commit 7de525b0c7
1 changed files with 1 additions and 1 deletions

View File

@ -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"))